Shades of Chathams Blue #2D546A
Tints of Chathams Blue #2D546A
RGB
CMYK
RGB Variations
Color information
#2D546A (or 0x2D546A) is known color: Chathams Blue. HEX triplet: 2D, 54 and 6A. RGB value is (45,84,106). Sum of RGB (Red+Green+Blue) = 45+84+106=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D546A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D546A is #D2AB95. Grayscale: #4A4A4A. Windows color (decimal): -13806486 or 6968365. OLE color: 6968365.
HSL color Cylindrical-coordinate representation of color #2D546A: hue angle of 201.64º degrees, saturation: 0.4, 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 #2D546A is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 84 | 106 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.58 |
| HSL | 201.64º | 0.4% | 0.3% | - |
| HSV(B) | 201.64º | 0.58% | 0.42% | - |
| XYZ | 6.85 | 7.94 | 14.81 | - |
| YUV | 74.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 106 | 0.58 | 0.21 | 0 | 0.58 | 201.64 | 0.4 | 0.3 |
| Hex | 2D | 54 | 6A | 3A | 15 | 0 | 3A | CA | 28 | 1E |
| Octal | 55 | 124 | 152 | 72 | 25 | 0 | 72 | 312 | 50 | 36 |
| Binary | 101101 | 1010100 | 1101010 | 111010 | 10101 | 0 | 111010 | 11001010 | 101000 | 11110 |
Color Harmonies of #2D546A
Complementary color
Monochromatic Colors of #2D546A
Black with #2D546A
Text Example
Text Example
White with #2D546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D546A; }
p { color: rgb(45,84,106); }
H1.HeaderClassName
{
color: #2D546A;
}
.AnyTagClassName
{
color: #2D546A;
}
</style>
background-color css
<style>
a { background-color: #2D546A; }
a { background-color: rgb(45,84,106); }
div.DivClassName
{
background-color: #2D546A;
}
.BgClassName
{
background-color: #2D546A;
}
</style>
border-color css
<style>
span { border-color: #2D546A; }
span { border-color: rgb(45,84,106); }
td.TdClassName
{
border-color: #2D546A;
}
.TagClassName
{
border-color: #2D546A;
}
</style>