#32524F

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

Shades of Blue Dianne #32524F

Tints of Blue Dianne #32524F

Color information

#32524F (or 0x32524F) is unknown color: approx Blue Dianne. HEX triplet: 32, 52 and 4F. RGB value is (50,82,79). Sum of RGB (Red+Green+Blue) = 50+82+79=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #32524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32524F is #CDADB0. Grayscale: #484848. Windows color (decimal): -13479345 or 5198386. OLE color: 5198386.

HSL color Cylindrical-coordinate representation of color #32524F: hue angle of 174.38º 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 #32524F is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB508279-
CMYK0.3900.040.68
HSL174.38º24.24%25.88%-
HSV(B)174.38º39.02%32.16%-
XYZ5.747.288.5-
YUV72.09131.9112.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=23.70%
G=38.86%
B=37.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082790.3900.040.68174.3824.2425.88
Hex32524F270444ae181a
Octal6212211747041042563032
Binary1100101010010100111110011101001000100101011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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