Shades of Chathams Blue #2E526D
Tints of Chathams Blue #2E526D
RGB
CMYK
RGB Variations
Color information
#2E526D (or 0x2E526D) is known color: Chathams Blue. HEX triplet: 2E, 52 and 6D. RGB value is (46,82,109). Sum of RGB (Red+Green+Blue) = 46+82+109=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E526D is #D1AD92. Grayscale: #4A4A4A. Windows color (decimal): -13741459 or 7164462. OLE color: 7164462.
HSL color Cylindrical-coordinate representation of color #2E526D: hue angle of 205.71º 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 #2E526D is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 82 | 109 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.57 |
| HSL | 205.71º | 0.41% | 0.3% | - |
| HSV(B) | 205.71º | 0.58% | 0.43% | - |
| XYZ | 6.9 | 7.72 | 15.59 | - |
| YUV | 74.31 | 147.57 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 109 | 0.58 | 0.25 | 0 | 0.57 | 205.71 | 0.41 | 0.3 |
| Hex | 2E | 52 | 6D | 3A | 19 | 0 | 39 | CE | 29 | 1E |
| Octal | 56 | 122 | 155 | 72 | 31 | 0 | 71 | 316 | 51 | 36 |
| Binary | 101110 | 1010010 | 1101101 | 111010 | 11001 | 0 | 111001 | 11001110 | 101001 | 11110 |
Color Harmonies of #2E526D
Complementary color
Monochromatic Colors of #2E526D
Black with #2E526D
Text Example
Text Example
White with #2E526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E526D; }
p { color: rgb(46,82,109); }
H1.HeaderClassName
{
color: #2E526D;
}
.AnyTagClassName
{
color: #2E526D;
}
</style>
background-color css
<style>
a { background-color: #2E526D; }
a { background-color: rgb(46,82,109); }
div.DivClassName
{
background-color: #2E526D;
}
.BgClassName
{
background-color: #2E526D;
}
</style>
border-color css
<style>
span { border-color: #2E526D; }
span { border-color: rgb(46,82,109); }
td.TdClassName
{
border-color: #2E526D;
}
.TagClassName
{
border-color: #2E526D;
}
</style>