Shades of Chathams Blue #2E5667
Tints of Chathams Blue #2E5667
RGB
CMYK
RGB Variations
Color information
#2E5667 (or 0x2E5667) is known color: Chathams Blue. HEX triplet: 2E, 56 and 67. RGB value is (46,86,103). Sum of RGB (Red+Green+Blue) = 46+86+103=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E5667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5667 is #D1A998. Grayscale: #4B4B4B. Windows color (decimal): -13740441 or 6772270. OLE color: 6772270.
HSL color Cylindrical-coordinate representation of color #2E5667: hue angle of 197.89º 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 #2E5667 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 86 | 103 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.60 |
| HSL | 197.89º | 0.38% | 0.29% | - |
| HSV(B) | 197.89º | 0.55% | 0.4% | - |
| XYZ | 6.9 | 8.22 | 14.05 | - |
| YUV | 75.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 103 | 0.55 | 0.17 | 0 | 0.60 | 197.89 | 0.38 | 0.29 |
| Hex | 2E | 56 | 67 | 37 | 11 | 0 | 3C | C6 | 26 | 1D |
| Octal | 56 | 126 | 147 | 67 | 21 | 0 | 74 | 306 | 46 | 35 |
| Binary | 101110 | 1010110 | 1100111 | 110111 | 10001 | 0 | 111100 | 11000110 | 100110 | 11101 |
Color Harmonies of #2E5667
Complementary color
Monochromatic Colors of #2E5667
Black with #2E5667
Text Example
Text Example
White with #2E5667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5667; }
p { color: rgb(46,86,103); }
H1.HeaderClassName
{
color: #2E5667;
}
.AnyTagClassName
{
color: #2E5667;
}
</style>
background-color css
<style>
a { background-color: #2E5667; }
a { background-color: rgb(46,86,103); }
div.DivClassName
{
background-color: #2E5667;
}
.BgClassName
{
background-color: #2E5667;
}
</style>
border-color css
<style>
span { border-color: #2E5667; }
span { border-color: rgb(46,86,103); }
td.TdClassName
{
border-color: #2E5667;
}
.TagClassName
{
border-color: #2E5667;
}
</style>