Shades of Chathams Blue #2E566D
Tints of Chathams Blue #2E566D
RGB
CMYK
RGB Variations
Color information
#2E566D (or 0x2E566D) is known color: Chathams Blue. HEX triplet: 2E, 56 and 6D. RGB value is (46,86,109). Sum of RGB (Red+Green+Blue) = 46+86+109=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E566D is #D1A992. Grayscale: #4C4C4C. Windows color (decimal): -13740435 or 7165486. OLE color: 7165486.
HSL color Cylindrical-coordinate representation of color #2E566D: hue angle of 201.9º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E566D is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 86 | 109 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.57 |
| HSL | 201.9º | 0.41% | 0.3% | - |
| HSV(B) | 201.9º | 0.58% | 0.43% | - |
| XYZ | 7.21 | 8.34 | 15.7 | - |
| YUV | 76.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 109 | 0.58 | 0.21 | 0 | 0.57 | 201.9 | 0.41 | 0.3 |
| Hex | 2E | 56 | 6D | 3A | 15 | 0 | 39 | CA | 29 | 1E |
| Octal | 56 | 126 | 155 | 72 | 25 | 0 | 71 | 312 | 51 | 36 |
| Binary | 101110 | 1010110 | 1101101 | 111010 | 10101 | 0 | 111001 | 11001010 | 101001 | 11110 |
Color Harmonies of #2E566D
Complementary color
Monochromatic Colors of #2E566D
Black with #2E566D
Text Example
Text Example
White with #2E566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E566D; }
p { color: rgb(46,86,109); }
H1.HeaderClassName
{
color: #2E566D;
}
.AnyTagClassName
{
color: #2E566D;
}
</style>
background-color css
<style>
a { background-color: #2E566D; }
a { background-color: rgb(46,86,109); }
div.DivClassName
{
background-color: #2E566D;
}
.BgClassName
{
background-color: #2E566D;
}
</style>
border-color css
<style>
span { border-color: #2E566D; }
span { border-color: rgb(46,86,109); }
td.TdClassName
{
border-color: #2E566D;
}
.TagClassName
{
border-color: #2E566D;
}
</style>