Shades of Chathams Blue #2B5568
Tints of Chathams Blue #2B5568
RGB
CMYK
RGB Variations
Color information
#2B5568 (or 0x2B5568) is known color: Chathams Blue. HEX triplet: 2B, 55 and 68. RGB value is (43,85,104). Sum of RGB (Red+Green+Blue) = 43+85+104=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B5568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5568 is #D4AA97. Grayscale: #4A4A4A. Windows color (decimal): -13937304 or 6837547. OLE color: 6837547.
HSL color Cylindrical-coordinate representation of color #2B5568: hue angle of 198.69º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B5568 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 85 | 104 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.59 |
| HSL | 198.69º | 0.41% | 0.29% | - |
| HSV(B) | 198.69º | 0.59% | 0.41% | - |
| XYZ | 6.74 | 8.01 | 14.29 | - |
| YUV | 74.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 104 | 0.59 | 0.18 | 0 | 0.59 | 198.69 | 0.41 | 0.29 |
| Hex | 2B | 55 | 68 | 3B | 12 | 0 | 3B | C7 | 29 | 1D |
| Octal | 53 | 125 | 150 | 73 | 22 | 0 | 73 | 307 | 51 | 35 |
| Binary | 101011 | 1010101 | 1101000 | 111011 | 10010 | 0 | 111011 | 11000111 | 101001 | 11101 |
Color Harmonies of #2B5568
Complementary color
Monochromatic Colors of #2B5568
Black with #2B5568
Text Example
Text Example
White with #2B5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5568; }
p { color: rgb(43,85,104); }
H1.HeaderClassName
{
color: #2B5568;
}
.AnyTagClassName
{
color: #2B5568;
}
</style>
background-color css
<style>
a { background-color: #2B5568; }
a { background-color: rgb(43,85,104); }
div.DivClassName
{
background-color: #2B5568;
}
.BgClassName
{
background-color: #2B5568;
}
</style>
border-color css
<style>
span { border-color: #2B5568; }
span { border-color: rgb(43,85,104); }
td.TdClassName
{
border-color: #2B5568;
}
.TagClassName
{
border-color: #2B5568;
}
</style>