Shades of Chathams Blue #32576D
Tints of Chathams Blue #32576D
RGB
CMYK
RGB Variations
Color information
#32576D (or 0x32576D) is known color: Chathams Blue. HEX triplet: 32, 57 and 6D. RGB value is (50,87,109). Sum of RGB (Red+Green+Blue) = 50+87+109=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #32576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32576D is #CDA892. Grayscale: #4E4E4E. Windows color (decimal): -13478035 or 7165746. OLE color: 7165746.
HSL color Cylindrical-coordinate representation of color #32576D: hue angle of 202.37º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32576D is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 87 | 109 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.57 |
| HSL | 202.37º | 0.37% | 0.31% | - |
| HSV(B) | 202.37º | 0.54% | 0.43% | - |
| XYZ | 7.48 | 8.6 | 15.73 | - |
| YUV | 78.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 109 | 0.54 | 0.20 | 0 | 0.57 | 202.37 | 0.37 | 0.31 |
| Hex | 32 | 57 | 6D | 36 | 14 | 0 | 39 | CA | 25 | 1F |
| Octal | 62 | 127 | 155 | 66 | 24 | 0 | 71 | 312 | 45 | 37 |
| Binary | 110010 | 1010111 | 1101101 | 110110 | 10100 | 0 | 111001 | 11001010 | 100101 | 11111 |
Color Harmonies of #32576D
Complementary color
Monochromatic Colors of #32576D
Black with #32576D
Text Example
Text Example
White with #32576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32576D; }
p { color: rgb(50,87,109); }
H1.HeaderClassName
{
color: #32576D;
}
.AnyTagClassName
{
color: #32576D;
}
</style>
background-color css
<style>
a { background-color: #32576D; }
a { background-color: rgb(50,87,109); }
div.DivClassName
{
background-color: #32576D;
}
.BgClassName
{
background-color: #32576D;
}
</style>
border-color css
<style>
span { border-color: #32576D; }
span { border-color: rgb(50,87,109); }
td.TdClassName
{
border-color: #32576D;
}
.TagClassName
{
border-color: #32576D;
}
</style>