Shades of Chathams Blue #2E5671
Tints of Chathams Blue #2E5671
RGB
CMYK
RGB Variations
Color information
#2E5671 (or 0x2E5671) is known color: Chathams Blue. HEX triplet: 2E, 56 and 71. RGB value is (46,86,113). Sum of RGB (Red+Green+Blue) = 46+86+113=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E5671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5671 is #D1A98E. Grayscale: #4C4C4C. Windows color (decimal): -13740431 or 7427630. OLE color: 7427630.
HSL color Cylindrical-coordinate representation of color #2E5671: hue angle of 204.18º 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 #2E5671 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 86 | 113 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.56 |
| HSL | 204.18º | 0.42% | 0.31% | - |
| HSV(B) | 204.18º | 0.59% | 0.44% | - |
| XYZ | 7.44 | 8.43 | 16.86 | - |
| YUV | 77.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 113 | 0.59 | 0.24 | 0 | 0.56 | 204.18 | 0.42 | 0.31 |
| Hex | 2E | 56 | 71 | 3B | 18 | 0 | 38 | CC | 2A | 1F |
| Octal | 56 | 126 | 161 | 73 | 30 | 0 | 70 | 314 | 52 | 37 |
| Binary | 101110 | 1010110 | 1110001 | 111011 | 11000 | 0 | 111000 | 11001100 | 101010 | 11111 |
Color Harmonies of #2E5671
Complementary color
Monochromatic Colors of #2E5671
Black with #2E5671
Text Example
Text Example
White with #2E5671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5671; }
p { color: rgb(46,86,113); }
H1.HeaderClassName
{
color: #2E5671;
}
.AnyTagClassName
{
color: #2E5671;
}
</style>
background-color css
<style>
a { background-color: #2E5671; }
a { background-color: rgb(46,86,113); }
div.DivClassName
{
background-color: #2E5671;
}
.BgClassName
{
background-color: #2E5671;
}
</style>
border-color css
<style>
span { border-color: #2E5671; }
span { border-color: rgb(46,86,113); }
td.TdClassName
{
border-color: #2E5671;
}
.TagClassName
{
border-color: #2E5671;
}
</style>