Shades of Chathams Blue #2B5566
Tints of Chathams Blue #2B5566
RGB
CMYK
RGB Variations
Color information
#2B5566 (or 0x2B5566) is known color: Chathams Blue. HEX triplet: 2B, 55 and 66. RGB value is (43,85,102). Sum of RGB (Red+Green+Blue) = 43+85+102=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B5566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5566 is #D4AA99. Grayscale: #4A4A4A. Windows color (decimal): -13937306 or 6706475. OLE color: 6706475.
HSL color Cylindrical-coordinate representation of color #2B5566: hue angle of 197.29º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B5566 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 85 | 102 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.6 |
| HSL | 197.29º | 0.41% | 0.28% | - |
| HSV(B) | 197.29º | 0.58% | 0.4% | - |
| XYZ | 6.64 | 7.97 | 13.76 | - |
| YUV | 74.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 102 | 0.58 | 0.17 | 0 | 0.6 | 197.29 | 0.41 | 0.28 |
| Hex | 2B | 55 | 66 | 3A | 11 | 0 | 3C | C5 | 29 | 1C |
| Octal | 53 | 125 | 146 | 72 | 21 | 0 | 74 | 305 | 51 | 34 |
| Binary | 101011 | 1010101 | 1100110 | 111010 | 10001 | 0 | 111100 | 11000101 | 101001 | 11100 |
Color Harmonies of #2B5566
Complementary color
Monochromatic Colors of #2B5566
Black with #2B5566
Text Example
Text Example
White with #2B5566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5566; }
p { color: rgb(43,85,102); }
H1.HeaderClassName
{
color: #2B5566;
}
.AnyTagClassName
{
color: #2B5566;
}
</style>
background-color css
<style>
a { background-color: #2B5566; }
a { background-color: rgb(43,85,102); }
div.DivClassName
{
background-color: #2B5566;
}
.BgClassName
{
background-color: #2B5566;
}
</style>
border-color css
<style>
span { border-color: #2B5566; }
span { border-color: rgb(43,85,102); }
td.TdClassName
{
border-color: #2B5566;
}
.TagClassName
{
border-color: #2B5566;
}
</style>