Shades of Chathams Blue #32576E
Tints of Chathams Blue #32576E
RGB
CMYK
RGB Variations
Color information
#32576E (or 0x32576E) is known color: Chathams Blue. HEX triplet: 32, 57 and 6E. RGB value is (50,87,110). Sum of RGB (Red+Green+Blue) = 50+87+110=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #32576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32576E is #CDA891. Grayscale: #4E4E4E. Windows color (decimal): -13478034 or 7231282. OLE color: 7231282.
HSL color Cylindrical-coordinate representation of color #32576E: hue angle of 203º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32576E is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 87 | 110 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.57 |
| HSL | 203º | 0.38% | 0.31% | - |
| HSV(B) | 203º | 0.55% | 0.43% | - |
| XYZ | 7.54 | 8.62 | 16.02 | - |
| YUV | 78.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 110 | 0.55 | 0.21 | 0 | 0.57 | 203 | 0.38 | 0.31 |
| Hex | 32 | 57 | 6E | 37 | 15 | 0 | 39 | CB | 26 | 1F |
| Octal | 62 | 127 | 156 | 67 | 25 | 0 | 71 | 313 | 46 | 37 |
| Binary | 110010 | 1010111 | 1101110 | 110111 | 10101 | 0 | 111001 | 11001011 | 100110 | 11111 |
Color Harmonies of #32576E
Complementary color
Monochromatic Colors of #32576E
Black with #32576E
Text Example
Text Example
White with #32576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32576E; }
p { color: rgb(50,87,110); }
H1.HeaderClassName
{
color: #32576E;
}
.AnyTagClassName
{
color: #32576E;
}
</style>
background-color css
<style>
a { background-color: #32576E; }
a { background-color: rgb(50,87,110); }
div.DivClassName
{
background-color: #32576E;
}
.BgClassName
{
background-color: #32576E;
}
</style>
border-color css
<style>
span { border-color: #32576E; }
span { border-color: rgb(50,87,110); }
td.TdClassName
{
border-color: #32576E;
}
.TagClassName
{
border-color: #32576E;
}
</style>