Shades of Chathams Blue #2E5665
Tints of Chathams Blue #2E5665
RGB
CMYK
RGB Variations
Color information
#2E5665 (or 0x2E5665) is known color: Chathams Blue. HEX triplet: 2E, 56 and 65. RGB value is (46,86,101). Sum of RGB (Red+Green+Blue) = 46+86+101=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E5665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5665 is #D1A99A. Grayscale: #4B4B4B. Windows color (decimal): -13740443 or 6641198. OLE color: 6641198.
HSL color Cylindrical-coordinate representation of color #2E5665: hue angle of 196.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5665 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 86 | 101 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.60 |
| HSL | 196.36º | 0.37% | 0.29% | - |
| HSV(B) | 196.36º | 0.54% | 0.4% | - |
| XYZ | 6.8 | 8.18 | 13.53 | - |
| YUV | 75.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 101 | 0.54 | 0.15 | 0 | 0.60 | 196.36 | 0.37 | 0.29 |
| Hex | 2E | 56 | 65 | 36 | F | 0 | 3C | C4 | 25 | 1D |
| Octal | 56 | 126 | 145 | 66 | 17 | 0 | 74 | 304 | 45 | 35 |
| Binary | 101110 | 1010110 | 1100101 | 110110 | 1111 | 0 | 111100 | 11000100 | 100101 | 11101 |
Color Harmonies of #2E5665
Complementary color
Monochromatic Colors of #2E5665
Black with #2E5665
Text Example
Text Example
White with #2E5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5665; }
p { color: rgb(46,86,101); }
H1.HeaderClassName
{
color: #2E5665;
}
.AnyTagClassName
{
color: #2E5665;
}
</style>
background-color css
<style>
a { background-color: #2E5665; }
a { background-color: rgb(46,86,101); }
div.DivClassName
{
background-color: #2E5665;
}
.BgClassName
{
background-color: #2E5665;
}
</style>
border-color css
<style>
span { border-color: #2E5665; }
span { border-color: rgb(46,86,101); }
td.TdClassName
{
border-color: #2E5665;
}
.TagClassName
{
border-color: #2E5665;
}
</style>