Shades of Chathams Blue #2B576A
Tints of Chathams Blue #2B576A
RGB
CMYK
RGB Variations
Color information
#2B576A (or 0x2B576A) is known color: Chathams Blue. HEX triplet: 2B, 57 and 6A. RGB value is (43,87,106). Sum of RGB (Red+Green+Blue) = 43+87+106=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B576A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B576A is #D4A895. Grayscale: #4B4B4B. Windows color (decimal): -13936790 or 6969131. OLE color: 6969131.
HSL color Cylindrical-coordinate representation of color #2B576A: hue angle of 198.1º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B576A is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 87 | 106 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.58 |
| HSL | 198.1º | 0.42% | 0.29% | - |
| HSV(B) | 198.1º | 0.59% | 0.42% | - |
| XYZ | 7.01 | 8.37 | 14.88 | - |
| YUV | 76.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 87 | 106 | 0.59 | 0.18 | 0 | 0.58 | 198.1 | 0.42 | 0.29 |
| Hex | 2B | 57 | 6A | 3B | 12 | 0 | 3A | C6 | 2A | 1D |
| Octal | 53 | 127 | 152 | 73 | 22 | 0 | 72 | 306 | 52 | 35 |
| Binary | 101011 | 1010111 | 1101010 | 111011 | 10010 | 0 | 111010 | 11000110 | 101010 | 11101 |
Color Harmonies of #2B576A
Complementary color
Monochromatic Colors of #2B576A
Black with #2B576A
Text Example
Text Example
White with #2B576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B576A; }
p { color: rgb(43,87,106); }
H1.HeaderClassName
{
color: #2B576A;
}
.AnyTagClassName
{
color: #2B576A;
}
</style>
background-color css
<style>
a { background-color: #2B576A; }
a { background-color: rgb(43,87,106); }
div.DivClassName
{
background-color: #2B576A;
}
.BgClassName
{
background-color: #2B576A;
}
</style>
border-color css
<style>
span { border-color: #2B576A; }
span { border-color: rgb(43,87,106); }
td.TdClassName
{
border-color: #2B576A;
}
.TagClassName
{
border-color: #2B576A;
}
</style>