Shades of Chathams Blue #2B5567
Tints of Chathams Blue #2B5567
RGB
CMYK
RGB Variations
Color information
#2B5567 (or 0x2B5567) is known color: Chathams Blue. HEX triplet: 2B, 55 and 67. RGB value is (43,85,103). Sum of RGB (Red+Green+Blue) = 43+85+103=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B5567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5567 is #D4AA98. Grayscale: #4A4A4A. Windows color (decimal): -13937305 or 6772011. OLE color: 6772011.
HSL color Cylindrical-coordinate representation of color #2B5567: hue angle of 198º 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 #2B5567 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 85 | 103 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.60 |
| HSL | 198º | 0.41% | 0.29% | - |
| HSV(B) | 198º | 0.58% | 0.4% | - |
| XYZ | 6.69 | 7.99 | 14.02 | - |
| YUV | 74.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 103 | 0.58 | 0.17 | 0 | 0.60 | 198 | 0.41 | 0.29 |
| Hex | 2B | 55 | 67 | 3A | 11 | 0 | 3C | C6 | 29 | 1D |
| Octal | 53 | 125 | 147 | 72 | 21 | 0 | 74 | 306 | 51 | 35 |
| Binary | 101011 | 1010101 | 1100111 | 111010 | 10001 | 0 | 111100 | 11000110 | 101001 | 11101 |
Color Harmonies of #2B5567
Complementary color
Monochromatic Colors of #2B5567
Black with #2B5567
Text Example
Text Example
White with #2B5567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5567; }
p { color: rgb(43,85,103); }
H1.HeaderClassName
{
color: #2B5567;
}
.AnyTagClassName
{
color: #2B5567;
}
</style>
background-color css
<style>
a { background-color: #2B5567; }
a { background-color: rgb(43,85,103); }
div.DivClassName
{
background-color: #2B5567;
}
.BgClassName
{
background-color: #2B5567;
}
</style>
border-color css
<style>
span { border-color: #2B5567; }
span { border-color: rgb(43,85,103); }
td.TdClassName
{
border-color: #2B5567;
}
.TagClassName
{
border-color: #2B5567;
}
</style>