#7356B6

Color #7356B6 Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7356B6

Tints of Blue Marguerite #7356B6

Color information

#7356B6 (or 0x7356B6) is unknown color: approx Blue Marguerite. HEX triplet: 73, 56 and B6. RGB value is (115,86,182). Sum of RGB (Red+Green+Blue) = 115+86+182=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #7356B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7356B6 is #8CA949. Grayscale: #696969. Windows color (decimal): -9218378 or 11949683. OLE color: 11949683.

HSL color Cylindrical-coordinate representation of color #7356B6: hue angle of 258.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7356B6 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11586182-
CMYK0.370.5300.29
HSL258.12º39.67%52.55%-
HSV(B)258.12º52.75%71.37%-
XYZ18.8413.6845.9-
YUV105.62171.11134.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 182 (71.48% from 255) = 47.52%
R=30.03%
G=22.45%
B=47.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115861820.370.5300.29258.1239.6752.55
Hex7356B6253501D1022835
Octal16312626645650354025065
Binary1110011101011010110110100101110101011101100000010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7356B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7356B6; }

 p { color: rgb(115,86,182); }

 H1.HeaderClassName
 {
   color: #7356B6;
 }
 .AnyTagClassName
 {
   color: #7356B6;
 }
</style>
background-color css

<style>
 a { background-color: #7356B6; }

 a { background-color: rgb(115,86,182); }

 div.DivClassName
 {
   background-color: #7356B6;
 }
 .BgClassName
 {
   background-color: #7356B6;
 }
</style>
border-color css

<style>
 span { border-color: #7356B6; }

 span { border-color: rgb(115,86,182); }

 td.TdClassName
 {
   border-color: #7356B6;
 }
 .TagClassName
 {
   border-color: #7356B6;
 }
</style>