Shades of Chathams Blue #2E5266
Tints of Chathams Blue #2E5266
RGB
CMYK
RGB Variations
Color information
#2E5266 (or 0x2E5266) is known color: Chathams Blue. HEX triplet: 2E, 52 and 66. RGB value is (46,82,102). Sum of RGB (Red+Green+Blue) = 46+82+102=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E5266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5266 is #D1AD99. Grayscale: #494949. Windows color (decimal): -13741466 or 6705710. OLE color: 6705710.
HSL color Cylindrical-coordinate representation of color #2E5266: hue angle of 201.43º 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 #2E5266 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 82 | 102 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.6 |
| HSL | 201.43º | 0.38% | 0.29% | - |
| HSV(B) | 201.43º | 0.55% | 0.4% | - |
| XYZ | 6.54 | 7.57 | 13.69 | - |
| YUV | 73.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 102 | 0.55 | 0.20 | 0 | 0.6 | 201.43 | 0.38 | 0.29 |
| Hex | 2E | 52 | 66 | 37 | 14 | 0 | 3C | C9 | 26 | 1D |
| Octal | 56 | 122 | 146 | 67 | 24 | 0 | 74 | 311 | 46 | 35 |
| Binary | 101110 | 1010010 | 1100110 | 110111 | 10100 | 0 | 111100 | 11001001 | 100110 | 11101 |
Color Harmonies of #2E5266
Complementary color
Monochromatic Colors of #2E5266
Black with #2E5266
Text Example
Text Example
White with #2E5266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5266; }
p { color: rgb(46,82,102); }
H1.HeaderClassName
{
color: #2E5266;
}
.AnyTagClassName
{
color: #2E5266;
}
</style>
background-color css
<style>
a { background-color: #2E5266; }
a { background-color: rgb(46,82,102); }
div.DivClassName
{
background-color: #2E5266;
}
.BgClassName
{
background-color: #2E5266;
}
</style>
border-color css
<style>
span { border-color: #2E5266; }
span { border-color: rgb(46,82,102); }
td.TdClassName
{
border-color: #2E5266;
}
.TagClassName
{
border-color: #2E5266;
}
</style>