Shades of Chathams Blue #2E5566
Tints of Chathams Blue #2E5566
RGB
CMYK
RGB Variations
Color information
#2E5566 (or 0x2E5566) is known color: Chathams Blue. HEX triplet: 2E, 55 and 66. RGB value is (46,85,102). Sum of RGB (Red+Green+Blue) = 46+85+102=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E5566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5566 is #D1AA99. Grayscale: #4B4B4B. Windows color (decimal): -13740698 or 6706478. OLE color: 6706478.
HSL color Cylindrical-coordinate representation of color #2E5566: hue angle of 198.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E5566 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 85 | 102 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.6 |
| HSL | 198.21º | 0.38% | 0.29% | - |
| HSV(B) | 198.21º | 0.55% | 0.4% | - |
| XYZ | 6.77 | 8.04 | 13.76 | - |
| YUV | 75.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 102 | 0.55 | 0.17 | 0 | 0.6 | 198.21 | 0.38 | 0.29 |
| Hex | 2E | 55 | 66 | 37 | 11 | 0 | 3C | C6 | 26 | 1D |
| Octal | 56 | 125 | 146 | 67 | 21 | 0 | 74 | 306 | 46 | 35 |
| Binary | 101110 | 1010101 | 1100110 | 110111 | 10001 | 0 | 111100 | 11000110 | 100110 | 11101 |
Color Harmonies of #2E5566
Complementary color
Monochromatic Colors of #2E5566
Black with #2E5566
Text Example
Text Example
White with #2E5566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5566; }
p { color: rgb(46,85,102); }
H1.HeaderClassName
{
color: #2E5566;
}
.AnyTagClassName
{
color: #2E5566;
}
</style>
background-color css
<style>
a { background-color: #2E5566; }
a { background-color: rgb(46,85,102); }
div.DivClassName
{
background-color: #2E5566;
}
.BgClassName
{
background-color: #2E5566;
}
</style>
border-color css
<style>
span { border-color: #2E5566; }
span { border-color: rgb(46,85,102); }
td.TdClassName
{
border-color: #2E5566;
}
.TagClassName
{
border-color: #2E5566;
}
</style>