#32544C

Color #32544C Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #32544C

Tints of Blue Dianne #32544C

Color information

#32544C (or 0x32544C) is unknown color: approx Blue Dianne. HEX triplet: 32, 54 and 4C. RGB value is (50,84,76). Sum of RGB (Red+Green+Blue) = 50+84+76=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #32544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32544C is #CDABB3. Grayscale: #484848. Windows color (decimal): -13478836 or 5002290. OLE color: 5002290.

HSL color Cylindrical-coordinate representation of color #32544C: hue angle of 165.88º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #32544C is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB508476-
CMYK0.4000.100.67
HSL165.88º25.37%26.27%-
HSV(B)165.88º40.48%32.94%-
XYZ5.797.547.99-
YUV72.92129.74111.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=23.81%
G=40%
B=36.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084760.4000.100.67165.8825.3726.27
Hex32544C280A43a6191a
Octal62124114500121032463132
Binary11001010101001001100101000010101000011101001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32544C; }

 p { color: rgb(50,84,76); }

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

<style>
 a { background-color: #32544C; }

 a { background-color: rgb(50,84,76); }

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

<style>
 span { border-color: #32544C; }

 span { border-color: rgb(50,84,76); }

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