Shades of Chathams Blue #325870
Tints of Chathams Blue #325870
RGB
CMYK
RGB Variations
Color information
#325870 (or 0x325870) is known color: Chathams Blue. HEX triplet: 32, 58 and 70. RGB value is (50,88,112). Sum of RGB (Red+Green+Blue) = 50+88+112=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #325870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325870 is #CDA78F. Grayscale: #4F4F4F. Windows color (decimal): -13477776 or 7362610. OLE color: 7362610.
HSL color Cylindrical-coordinate representation of color #325870: hue angle of 203.23º 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 #325870 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 88 | 112 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.56 |
| HSL | 203.23º | 0.38% | 0.32% | - |
| HSV(B) | 203.23º | 0.55% | 0.44% | - |
| XYZ | 7.73 | 8.83 | 16.63 | - |
| YUV | 79.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 112 | 0.55 | 0.21 | 0 | 0.56 | 203.23 | 0.38 | 0.32 |
| Hex | 32 | 58 | 70 | 37 | 15 | 0 | 38 | CB | 26 | 20 |
| Octal | 62 | 130 | 160 | 67 | 25 | 0 | 70 | 313 | 46 | 40 |
| Binary | 110010 | 1011000 | 1110000 | 110111 | 10101 | 0 | 111000 | 11001011 | 100110 | 100000 |
Color Harmonies of #325870
Complementary color
Monochromatic Colors of #325870
Black with #325870
Text Example
Text Example
White with #325870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325870; }
p { color: rgb(50,88,112); }
H1.HeaderClassName
{
color: #325870;
}
.AnyTagClassName
{
color: #325870;
}
</style>
background-color css
<style>
a { background-color: #325870; }
a { background-color: rgb(50,88,112); }
div.DivClassName
{
background-color: #325870;
}
.BgClassName
{
background-color: #325870;
}
</style>
border-color css
<style>
span { border-color: #325870; }
span { border-color: rgb(50,88,112); }
td.TdClassName
{
border-color: #325870;
}
.TagClassName
{
border-color: #325870;
}
</style>