#32576F

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

Shades of Chathams Blue #32576F

Tints of Chathams Blue #32576F

Color information

#32576F (or 0x32576F) is unknown color: approx Chathams Blue. HEX triplet: 32, 57 and 6F. RGB value is (50,87,111). Sum of RGB (Red+Green+Blue) = 50+87+111=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #32576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32576F is #CDA890. Grayscale: #4E4E4E. Windows color (decimal): -13478033 or 7296818. OLE color: 7296818.

HSL color Cylindrical-coordinate representation of color #32576F: hue angle of 203.61º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32576F is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5087111-
CMYK0.550.2200.56
HSL203.61º37.89%31.57%-
HSV(B)203.61º54.95%43.53%-
XYZ7.598.6416.31-
YUV78.67146.24107.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 111 (43.75% from 255) = 44.76%
R=20.16%
G=35.08%
B=44.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50871110.550.2200.56203.6137.8931.57
Hex32576F3716038cc2620
Octal6212715767260703144640
Binary1100101010111110111111011110110011100011001100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,87,111); }

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

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

 a { background-color: rgb(50,87,111); }

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

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

 span { border-color: rgb(50,87,111); }

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