Shades of Chathams Blue #2F5970
Tints of Chathams Blue #2F5970
RGB
CMYK
RGB Variations
Color information
#2F5970 (or 0x2F5970) is known color: Chathams Blue. HEX triplet: 2F, 59 and 70. RGB value is (47,89,112). Sum of RGB (Red+Green+Blue) = 47+89+112=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F5970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5970 is #D0A68F. Grayscale: #4E4E4E. Windows color (decimal): -13674128 or 7362863. OLE color: 7362863.
HSL color Cylindrical-coordinate representation of color #2F5970: hue angle of 201.23º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F5970 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 89 | 112 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.56 |
| HSL | 201.23º | 0.41% | 0.31% | - |
| HSV(B) | 201.23º | 0.58% | 0.44% | - |
| XYZ | 7.67 | 8.92 | 16.65 | - |
| YUV | 79.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 112 | 0.58 | 0.21 | 0 | 0.56 | 201.23 | 0.41 | 0.31 |
| Hex | 2F | 59 | 70 | 3A | 15 | 0 | 38 | C9 | 29 | 1F |
| Octal | 57 | 131 | 160 | 72 | 25 | 0 | 70 | 311 | 51 | 37 |
| Binary | 101111 | 1011001 | 1110000 | 111010 | 10101 | 0 | 111000 | 11001001 | 101001 | 11111 |
Color Harmonies of #2F5970
Complementary color
Monochromatic Colors of #2F5970
Black with #2F5970
Text Example
Text Example
White with #2F5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5970; }
p { color: rgb(47,89,112); }
H1.HeaderClassName
{
color: #2F5970;
}
.AnyTagClassName
{
color: #2F5970;
}
</style>
background-color css
<style>
a { background-color: #2F5970; }
a { background-color: rgb(47,89,112); }
div.DivClassName
{
background-color: #2F5970;
}
.BgClassName
{
background-color: #2F5970;
}
</style>
border-color css
<style>
span { border-color: #2F5970; }
span { border-color: rgb(47,89,112); }
td.TdClassName
{
border-color: #2F5970;
}
.TagClassName
{
border-color: #2F5970;
}
</style>