Shades of Chathams Blue #2D546B
Tints of Chathams Blue #2D546B
RGB
CMYK
RGB Variations
Color information
#2D546B (or 0x2D546B) is known color: Chathams Blue. HEX triplet: 2D, 54 and 6B. RGB value is (45,84,107). Sum of RGB (Red+Green+Blue) = 45+84+107=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D546B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D546B is #D2AB94. Grayscale: #4A4A4A. Windows color (decimal): -13806485 or 7033901. OLE color: 7033901.
HSL color Cylindrical-coordinate representation of color #2D546B: hue angle of 202.26º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D546B is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 84 | 107 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.58 |
| HSL | 202.26º | 0.41% | 0.3% | - |
| HSV(B) | 202.26º | 0.58% | 0.42% | - |
| XYZ | 6.91 | 7.96 | 15.08 | - |
| YUV | 74.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 107 | 0.58 | 0.21 | 0 | 0.58 | 202.26 | 0.41 | 0.3 |
| Hex | 2D | 54 | 6B | 3A | 15 | 0 | 3A | CA | 29 | 1E |
| Octal | 55 | 124 | 153 | 72 | 25 | 0 | 72 | 312 | 51 | 36 |
| Binary | 101101 | 1010100 | 1101011 | 111010 | 10101 | 0 | 111010 | 11001010 | 101001 | 11110 |
Color Harmonies of #2D546B
Complementary color
Monochromatic Colors of #2D546B
Black with #2D546B
Text Example
Text Example
White with #2D546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D546B; }
p { color: rgb(45,84,107); }
H1.HeaderClassName
{
color: #2D546B;
}
.AnyTagClassName
{
color: #2D546B;
}
</style>
background-color css
<style>
a { background-color: #2D546B; }
a { background-color: rgb(45,84,107); }
div.DivClassName
{
background-color: #2D546B;
}
.BgClassName
{
background-color: #2D546B;
}
</style>
border-color css
<style>
span { border-color: #2D546B; }
span { border-color: rgb(45,84,107); }
td.TdClassName
{
border-color: #2D546B;
}
.TagClassName
{
border-color: #2D546B;
}
</style>