Shades of Chathams Blue #2B566F
Tints of Chathams Blue #2B566F
RGB
CMYK
RGB Variations
Color information
#2B566F (or 0x2B566F) is known color: Chathams Blue. HEX triplet: 2B, 56 and 6F. RGB value is (43,86,111). Sum of RGB (Red+Green+Blue) = 43+86+111=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B566F is #D4A990. Grayscale: #4B4B4B. Windows color (decimal): -13937041 or 7296555. OLE color: 7296555.
HSL color Cylindrical-coordinate representation of color #2B566F: hue angle of 202.06º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B566F is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 86 | 111 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.56 |
| HSL | 202.06º | 0.44% | 0.3% | - |
| HSV(B) | 202.06º | 0.61% | 0.44% | - |
| XYZ | 7.19 | 8.32 | 16.27 | - |
| YUV | 75.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 111 | 0.61 | 0.23 | 0 | 0.56 | 202.06 | 0.44 | 0.3 |
| Hex | 2B | 56 | 6F | 3D | 17 | 0 | 38 | CA | 2C | 1E |
| Octal | 53 | 126 | 157 | 75 | 27 | 0 | 70 | 312 | 54 | 36 |
| Binary | 101011 | 1010110 | 1101111 | 111101 | 10111 | 0 | 111000 | 11001010 | 101100 | 11110 |
Color Harmonies of #2B566F
Complementary color
Monochromatic Colors of #2B566F
Black with #2B566F
Text Example
Text Example
White with #2B566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B566F; }
p { color: rgb(43,86,111); }
H1.HeaderClassName
{
color: #2B566F;
}
.AnyTagClassName
{
color: #2B566F;
}
</style>
background-color css
<style>
a { background-color: #2B566F; }
a { background-color: rgb(43,86,111); }
div.DivClassName
{
background-color: #2B566F;
}
.BgClassName
{
background-color: #2B566F;
}
</style>
border-color css
<style>
span { border-color: #2B566F; }
span { border-color: rgb(43,86,111); }
td.TdClassName
{
border-color: #2B566F;
}
.TagClassName
{
border-color: #2B566F;
}
</style>