Shades of Chathams Blue #2B546C
Tints of Chathams Blue #2B546C
RGB
CMYK
RGB Variations
Color information
#2B546C (or 0x2B546C) is known color: Chathams Blue. HEX triplet: 2B, 54 and 6C. RGB value is (43,84,108). Sum of RGB (Red+Green+Blue) = 43+84+108=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B546C is #D4AB93. Grayscale: #4A4A4A. Windows color (decimal): -13937556 or 7099435. OLE color: 7099435.
HSL color Cylindrical-coordinate representation of color #2B546C: hue angle of 202.15º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B546C is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 84 | 108 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.58 |
| HSL | 202.15º | 0.43% | 0.3% | - |
| HSV(B) | 202.15º | 0.6% | 0.42% | - |
| XYZ | 6.87 | 7.94 | 15.36 | - |
| YUV | 74.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 108 | 0.60 | 0.22 | 0 | 0.58 | 202.15 | 0.43 | 0.3 |
| Hex | 2B | 54 | 6C | 3C | 16 | 0 | 3A | CA | 2B | 1E |
| Octal | 53 | 124 | 154 | 74 | 26 | 0 | 72 | 312 | 53 | 36 |
| Binary | 101011 | 1010100 | 1101100 | 111100 | 10110 | 0 | 111010 | 11001010 | 101011 | 11110 |
Color Harmonies of #2B546C
Complementary color
Monochromatic Colors of #2B546C
Black with #2B546C
Text Example
Text Example
White with #2B546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B546C; }
p { color: rgb(43,84,108); }
H1.HeaderClassName
{
color: #2B546C;
}
.AnyTagClassName
{
color: #2B546C;
}
</style>
background-color css
<style>
a { background-color: #2B546C; }
a { background-color: rgb(43,84,108); }
div.DivClassName
{
background-color: #2B546C;
}
.BgClassName
{
background-color: #2B546C;
}
</style>
border-color css
<style>
span { border-color: #2B546C; }
span { border-color: rgb(43,84,108); }
td.TdClassName
{
border-color: #2B546C;
}
.TagClassName
{
border-color: #2B546C;
}
</style>