Shades of Chathams Blue #2B5A74
Tints of Chathams Blue #2B5A74
RGB
CMYK
RGB Variations
Color information
#2B5A74 (or 0x2B5A74) is known color: Chathams Blue. HEX triplet: 2B, 5A and 74. RGB value is (43,90,116). Sum of RGB (Red+Green+Blue) = 43+90+116=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B5A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5A74 is #D4A58B. Grayscale: #4E4E4E. Windows color (decimal): -13936012 or 7625259. OLE color: 7625259.
HSL color Cylindrical-coordinate representation of color #2B5A74: hue angle of 201.37º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B5A74 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 90 | 116 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.55 |
| HSL | 201.37º | 0.46% | 0.31% | - |
| HSV(B) | 201.37º | 0.63% | 0.45% | - |
| XYZ | 7.8 | 9.09 | 17.87 | - |
| YUV | 78.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 116 | 0.63 | 0.22 | 0 | 0.55 | 201.37 | 0.46 | 0.31 |
| Hex | 2B | 5A | 74 | 3F | 16 | 0 | 37 | C9 | 2E | 1F |
| Octal | 53 | 132 | 164 | 77 | 26 | 0 | 67 | 311 | 56 | 37 |
| Binary | 101011 | 1011010 | 1110100 | 111111 | 10110 | 0 | 110111 | 11001001 | 101110 | 11111 |
Color Harmonies of #2B5A74
Complementary color
Monochromatic Colors of #2B5A74
Black with #2B5A74
Text Example
Text Example
White with #2B5A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5A74; }
p { color: rgb(43,90,116); }
H1.HeaderClassName
{
color: #2B5A74;
}
.AnyTagClassName
{
color: #2B5A74;
}
</style>
background-color css
<style>
a { background-color: #2B5A74; }
a { background-color: rgb(43,90,116); }
div.DivClassName
{
background-color: #2B5A74;
}
.BgClassName
{
background-color: #2B5A74;
}
</style>
border-color css
<style>
span { border-color: #2B5A74; }
span { border-color: rgb(43,90,116); }
td.TdClassName
{
border-color: #2B5A74;
}
.TagClassName
{
border-color: #2B5A74;
}
</style>