Shades of Chathams Blue #2E5870
Tints of Chathams Blue #2E5870
RGB
CMYK
RGB Variations
Color information
#2E5870 (or 0x2E5870) is known color: Chathams Blue. HEX triplet: 2E, 58 and 70. RGB value is (46,88,112). Sum of RGB (Red+Green+Blue) = 46+88+112=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E5870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5870 is #D1A78F. Grayscale: #4E4E4E. Windows color (decimal): -13739920 or 7362606. OLE color: 7362606.
HSL color Cylindrical-coordinate representation of color #2E5870: hue angle of 201.82º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E5870 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 88 | 112 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.56 |
| HSL | 201.82º | 0.42% | 0.31% | - |
| HSV(B) | 201.82º | 0.59% | 0.44% | - |
| XYZ | 7.54 | 8.73 | 16.62 | - |
| YUV | 78.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 112 | 0.59 | 0.21 | 0 | 0.56 | 201.82 | 0.42 | 0.31 |
| Hex | 2E | 58 | 70 | 3B | 15 | 0 | 38 | CA | 2A | 1F |
| Octal | 56 | 130 | 160 | 73 | 25 | 0 | 70 | 312 | 52 | 37 |
| Binary | 101110 | 1011000 | 1110000 | 111011 | 10101 | 0 | 111000 | 11001010 | 101010 | 11111 |
Color Harmonies of #2E5870
Complementary color
Monochromatic Colors of #2E5870
Black with #2E5870
Text Example
Text Example
White with #2E5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5870; }
p { color: rgb(46,88,112); }
H1.HeaderClassName
{
color: #2E5870;
}
.AnyTagClassName
{
color: #2E5870;
}
</style>
background-color css
<style>
a { background-color: #2E5870; }
a { background-color: rgb(46,88,112); }
div.DivClassName
{
background-color: #2E5870;
}
.BgClassName
{
background-color: #2E5870;
}
</style>
border-color css
<style>
span { border-color: #2E5870; }
span { border-color: rgb(46,88,112); }
td.TdClassName
{
border-color: #2E5870;
}
.TagClassName
{
border-color: #2E5870;
}
</style>