Shades of Chathams Blue #2B566C
Tints of Chathams Blue #2B566C
RGB
CMYK
RGB Variations
Color information
#2B566C (or 0x2B566C) is known color: Chathams Blue. HEX triplet: 2B, 56 and 6C. RGB value is (43,86,108). Sum of RGB (Red+Green+Blue) = 43+86+108=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B566C is #D4A993. Grayscale: #4B4B4B. Windows color (decimal): -13937044 or 7099947. OLE color: 7099947.
HSL color Cylindrical-coordinate representation of color #2B566C: hue angle of 200.31º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B566C is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 86 | 108 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.58 |
| HSL | 200.31º | 0.43% | 0.3% | - |
| HSV(B) | 200.31º | 0.6% | 0.42% | - |
| XYZ | 7.03 | 8.25 | 15.41 | - |
| YUV | 75.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 108 | 0.60 | 0.20 | 0 | 0.58 | 200.31 | 0.43 | 0.3 |
| Hex | 2B | 56 | 6C | 3C | 14 | 0 | 3A | C8 | 2B | 1E |
| Octal | 53 | 126 | 154 | 74 | 24 | 0 | 72 | 310 | 53 | 36 |
| Binary | 101011 | 1010110 | 1101100 | 111100 | 10100 | 0 | 111010 | 11001000 | 101011 | 11110 |
Color Harmonies of #2B566C
Complementary color
Monochromatic Colors of #2B566C
Black with #2B566C
Text Example
Text Example
White with #2B566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B566C; }
p { color: rgb(43,86,108); }
H1.HeaderClassName
{
color: #2B566C;
}
.AnyTagClassName
{
color: #2B566C;
}
</style>
background-color css
<style>
a { background-color: #2B566C; }
a { background-color: rgb(43,86,108); }
div.DivClassName
{
background-color: #2B566C;
}
.BgClassName
{
background-color: #2B566C;
}
</style>
border-color css
<style>
span { border-color: #2B566C; }
span { border-color: rgb(43,86,108); }
td.TdClassName
{
border-color: #2B566C;
}
.TagClassName
{
border-color: #2B566C;
}
</style>