Shades of Chathams Blue #2E5568
Tints of Chathams Blue #2E5568
RGB
CMYK
RGB Variations
Color information
#2E5568 (or 0x2E5568) is known color: Chathams Blue. HEX triplet: 2E, 55 and 68. RGB value is (46,85,104). Sum of RGB (Red+Green+Blue) = 46+85+104=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E5568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5568 is #D1AA97. Grayscale: #4B4B4B. Windows color (decimal): -13740696 or 6837550. OLE color: 6837550.
HSL color Cylindrical-coordinate representation of color #2E5568: hue angle of 199.66º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E5568 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 85 | 104 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.59 |
| HSL | 199.66º | 0.39% | 0.29% | - |
| HSV(B) | 199.66º | 0.56% | 0.41% | - |
| XYZ | 6.87 | 8.08 | 14.29 | - |
| YUV | 75.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 104 | 0.56 | 0.18 | 0 | 0.59 | 199.66 | 0.39 | 0.29 |
| Hex | 2E | 55 | 68 | 38 | 12 | 0 | 3B | C8 | 27 | 1D |
| Octal | 56 | 125 | 150 | 70 | 22 | 0 | 73 | 310 | 47 | 35 |
| Binary | 101110 | 1010101 | 1101000 | 111000 | 10010 | 0 | 111011 | 11001000 | 100111 | 11101 |
Color Harmonies of #2E5568
Complementary color
Monochromatic Colors of #2E5568
Black with #2E5568
Text Example
Text Example
White with #2E5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5568; }
p { color: rgb(46,85,104); }
H1.HeaderClassName
{
color: #2E5568;
}
.AnyTagClassName
{
color: #2E5568;
}
</style>
background-color css
<style>
a { background-color: #2E5568; }
a { background-color: rgb(46,85,104); }
div.DivClassName
{
background-color: #2E5568;
}
.BgClassName
{
background-color: #2E5568;
}
</style>
border-color css
<style>
span { border-color: #2E5568; }
span { border-color: rgb(46,85,104); }
td.TdClassName
{
border-color: #2E5568;
}
.TagClassName
{
border-color: #2E5568;
}
</style>