Shades of Chathams Blue #2E5269
Tints of Chathams Blue #2E5269
RGB
CMYK
RGB Variations
Color information
#2E5269 (or 0x2E5269) is known color: Chathams Blue. HEX triplet: 2E, 52 and 69. RGB value is (46,82,105). Sum of RGB (Red+Green+Blue) = 46+82+105=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E5269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5269 is #D1AD96. Grayscale: #494949. Windows color (decimal): -13741463 or 6902318. OLE color: 6902318.
HSL color Cylindrical-coordinate representation of color #2E5269: hue angle of 203.39º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E5269 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 82 | 105 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.59 |
| HSL | 203.39º | 0.39% | 0.3% | - |
| HSV(B) | 203.39º | 0.56% | 0.41% | - |
| XYZ | 6.69 | 7.64 | 14.49 | - |
| YUV | 73.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 105 | 0.56 | 0.22 | 0 | 0.59 | 203.39 | 0.39 | 0.3 |
| Hex | 2E | 52 | 69 | 38 | 16 | 0 | 3B | CB | 27 | 1E |
| Octal | 56 | 122 | 151 | 70 | 26 | 0 | 73 | 313 | 47 | 36 |
| Binary | 101110 | 1010010 | 1101001 | 111000 | 10110 | 0 | 111011 | 11001011 | 100111 | 11110 |
Color Harmonies of #2E5269
Complementary color
Monochromatic Colors of #2E5269
Black with #2E5269
Text Example
Text Example
White with #2E5269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5269; }
p { color: rgb(46,82,105); }
H1.HeaderClassName
{
color: #2E5269;
}
.AnyTagClassName
{
color: #2E5269;
}
</style>
background-color css
<style>
a { background-color: #2E5269; }
a { background-color: rgb(46,82,105); }
div.DivClassName
{
background-color: #2E5269;
}
.BgClassName
{
background-color: #2E5269;
}
</style>
border-color css
<style>
span { border-color: #2E5269; }
span { border-color: rgb(46,82,105); }
td.TdClassName
{
border-color: #2E5269;
}
.TagClassName
{
border-color: #2E5269;
}
</style>