Shades of Chathams Blue #2B5667
Tints of Chathams Blue #2B5667
RGB
CMYK
RGB Variations
Color information
#2B5667 (or 0x2B5667) is known color: Chathams Blue. HEX triplet: 2B, 56 and 67. RGB value is (43,86,103). Sum of RGB (Red+Green+Blue) = 43+86+103=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B5667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5667 is #D4A998. Grayscale: #4A4A4A. Windows color (decimal): -13937049 or 6772267. OLE color: 6772267.
HSL color Cylindrical-coordinate representation of color #2B5667: hue angle of 197º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B5667 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 86 | 103 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.60 |
| HSL | 197º | 0.41% | 0.29% | - |
| HSV(B) | 197º | 0.58% | 0.4% | - |
| XYZ | 6.77 | 8.15 | 14.05 | - |
| YUV | 75.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 103 | 0.58 | 0.17 | 0 | 0.60 | 197 | 0.41 | 0.29 |
| Hex | 2B | 56 | 67 | 3A | 11 | 0 | 3C | C5 | 29 | 1D |
| Octal | 53 | 126 | 147 | 72 | 21 | 0 | 74 | 305 | 51 | 35 |
| Binary | 101011 | 1010110 | 1100111 | 111010 | 10001 | 0 | 111100 | 11000101 | 101001 | 11101 |
Color Harmonies of #2B5667
Complementary color
Monochromatic Colors of #2B5667
Black with #2B5667
Text Example
Text Example
White with #2B5667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5667; }
p { color: rgb(43,86,103); }
H1.HeaderClassName
{
color: #2B5667;
}
.AnyTagClassName
{
color: #2B5667;
}
</style>
background-color css
<style>
a { background-color: #2B5667; }
a { background-color: rgb(43,86,103); }
div.DivClassName
{
background-color: #2B5667;
}
.BgClassName
{
background-color: #2B5667;
}
</style>
border-color css
<style>
span { border-color: #2B5667; }
span { border-color: rgb(43,86,103); }
td.TdClassName
{
border-color: #2B5667;
}
.TagClassName
{
border-color: #2B5667;
}
</style>