Shades of Chathams Blue #2E566B
Tints of Chathams Blue #2E566B
RGB
CMYK
RGB Variations
Color information
#2E566B (or 0x2E566B) is known color: Chathams Blue. HEX triplet: 2E, 56 and 6B. RGB value is (46,86,107). Sum of RGB (Red+Green+Blue) = 46+86+107=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E566B is #D1A994. Grayscale: #4C4C4C. Windows color (decimal): -13740437 or 7034414. OLE color: 7034414.
HSL color Cylindrical-coordinate representation of color #2E566B: hue angle of 200.66º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E566B is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 86 | 107 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.58 |
| HSL | 200.66º | 0.4% | 0.3% | - |
| HSV(B) | 200.66º | 0.57% | 0.42% | - |
| XYZ | 7.11 | 8.3 | 15.14 | - |
| YUV | 76.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 107 | 0.57 | 0.20 | 0 | 0.58 | 200.66 | 0.4 | 0.3 |
| Hex | 2E | 56 | 6B | 39 | 14 | 0 | 3A | C9 | 28 | 1E |
| Octal | 56 | 126 | 153 | 71 | 24 | 0 | 72 | 311 | 50 | 36 |
| Binary | 101110 | 1010110 | 1101011 | 111001 | 10100 | 0 | 111010 | 11001001 | 101000 | 11110 |
Color Harmonies of #2E566B
Complementary color
Monochromatic Colors of #2E566B
Black with #2E566B
Text Example
Text Example
White with #2E566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E566B; }
p { color: rgb(46,86,107); }
H1.HeaderClassName
{
color: #2E566B;
}
.AnyTagClassName
{
color: #2E566B;
}
</style>
background-color css
<style>
a { background-color: #2E566B; }
a { background-color: rgb(46,86,107); }
div.DivClassName
{
background-color: #2E566B;
}
.BgClassName
{
background-color: #2E566B;
}
</style>
border-color css
<style>
span { border-color: #2E566B; }
span { border-color: rgb(46,86,107); }
td.TdClassName
{
border-color: #2E566B;
}
.TagClassName
{
border-color: #2E566B;
}
</style>