#32504C

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

Shades of Blue Dianne #32504C

Tints of Blue Dianne #32504C

Color information

#32504C (or 0x32504C) is unknown color: approx Blue Dianne. HEX triplet: 32, 50 and 4C. RGB value is (50,80,76). Sum of RGB (Red+Green+Blue) = 50+80+76=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #32504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32504C is #CDAFB3. Grayscale: #464646. Windows color (decimal): -13479860 or 5001266. OLE color: 5001266.

HSL color Cylindrical-coordinate representation of color #32504C: hue angle of 172º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32504C is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB508076-
CMYK0.3700.050.69
HSL172º23.08%25.49%-
HSV(B)172º37.5%31.37%-
XYZ5.496.947.89-
YUV70.57131.06113.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=24.27%
G=38.83%
B=36.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080760.3700.050.6917223.0825.49
Hex32504C250545ac1719
Octal6212011445051052542731
Binary1100101010000100110010010101011000101101011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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