#736BB4

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

Shades of Blue Marguerite #736BB4

Tints of Blue Marguerite #736BB4

Color information

#736BB4 (or 0x736BB4) is unknown color: approx Blue Marguerite. HEX triplet: 73, 6B and B4. RGB value is (115,107,180). Sum of RGB (Red+Green+Blue) = 115+107+180=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #736BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736BB4 is #8C944B. Grayscale: #757575. Windows color (decimal): -9213004 or 11823987. OLE color: 11823987.

HSL color Cylindrical-coordinate representation of color #736BB4: hue angle of 246.58º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #736BB4 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB115107180-
CMYK0.360.4100.29
HSL246.58º32.74%56.27%-
HSV(B)246.58º40.56%70.59%-
XYZ20.5717.4645.47-
YUV117.71163.15126.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.61%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=28.61%
G=26.62%
B=44.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151071800.360.4100.29246.5832.7456.27
Hex736BB4242901Df72138
Octal16315326444510353674170
Binary111001111010111011010010010010100101110111110111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736BB4; }

 p { color: rgb(115,107,180); }

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

<style>
 a { background-color: #736BB4; }

 a { background-color: rgb(115,107,180); }

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

<style>
 span { border-color: #736BB4; }

 span { border-color: rgb(115,107,180); }

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