Shades of Chathams Blue #2B5369
Tints of Chathams Blue #2B5369
RGB
CMYK
RGB Variations
Color information
#2B5369 (or 0x2B5369) is known color: Chathams Blue. HEX triplet: 2B, 53 and 69. RGB value is (43,83,105). Sum of RGB (Red+Green+Blue) = 43+83+105=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B5369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5369 is #D4AC96. Grayscale: #494949. Windows color (decimal): -13937815 or 6902571. OLE color: 6902571.
HSL color Cylindrical-coordinate representation of color #2B5369: hue angle of 201.29º degrees, saturation: 0.42, 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 #2B5369 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 83 | 105 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.59 |
| HSL | 201.29º | 0.42% | 0.29% | - |
| HSV(B) | 201.29º | 0.59% | 0.41% | - |
| XYZ | 6.64 | 7.72 | 14.5 | - |
| YUV | 73.55 | 145.75 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 105 | 0.59 | 0.21 | 0 | 0.59 | 201.29 | 0.42 | 0.29 |
| Hex | 2B | 53 | 69 | 3B | 15 | 0 | 3B | C9 | 2A | 1D |
| Octal | 53 | 123 | 151 | 73 | 25 | 0 | 73 | 311 | 52 | 35 |
| Binary | 101011 | 1010011 | 1101001 | 111011 | 10101 | 0 | 111011 | 11001001 | 101010 | 11101 |
Color Harmonies of #2B5369
Complementary color
Monochromatic Colors of #2B5369
Black with #2B5369
Text Example
Text Example
White with #2B5369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5369; }
p { color: rgb(43,83,105); }
H1.HeaderClassName
{
color: #2B5369;
}
.AnyTagClassName
{
color: #2B5369;
}
</style>
background-color css
<style>
a { background-color: #2B5369; }
a { background-color: rgb(43,83,105); }
div.DivClassName
{
background-color: #2B5369;
}
.BgClassName
{
background-color: #2B5369;
}
</style>
border-color css
<style>
span { border-color: #2B5369; }
span { border-color: rgb(43,83,105); }
td.TdClassName
{
border-color: #2B5369;
}
.TagClassName
{
border-color: #2B5369;
}
</style>