#32524C

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

Shades of Blue Dianne #32524C

Tints of Blue Dianne #32524C

Color information

#32524C (or 0x32524C) is unknown color: approx Blue Dianne. HEX triplet: 32, 52 and 4C. RGB value is (50,82,76). Sum of RGB (Red+Green+Blue) = 50+82+76=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #32524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32524C is #CDADB3. Grayscale: #474747. Windows color (decimal): -13479348 or 5001778. OLE color: 5001778.

HSL color Cylindrical-coordinate representation of color #32524C: hue angle of 168.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #32524C is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB508276-
CMYK0.3900.070.68
HSL168.75º24.24%25.88%-
HSV(B)168.75º39.02%32.16%-
XYZ5.647.237.94-
YUV71.75130.4112.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=24.04%
G=39.42%
B=36.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082760.3900.070.68168.7524.2425.88
Hex32524C270744a9181a
Octal6212211447071042513032
Binary1100101010010100110010011101111000100101010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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