Shades of Chathams Blue #29516D
Tints of Chathams Blue #29516D
RGB
CMYK
RGB Variations
Color information
#29516D (or 0x29516D) is known color: Chathams Blue. HEX triplet: 29, 51 and 6D. RGB value is (41,81,109). Sum of RGB (Red+Green+Blue) = 41+81+109=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #29516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29516D is #D6AE92. Grayscale: #484848. Windows color (decimal): -14069395 or 7164201. OLE color: 7164201.
HSL color Cylindrical-coordinate representation of color #29516D: hue angle of 204.71º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29516D is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 81 | 109 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.57 |
| HSL | 204.71º | 0.45% | 0.29% | - |
| HSV(B) | 204.71º | 0.62% | 0.43% | - |
| XYZ | 6.62 | 7.46 | 15.56 | - |
| YUV | 72.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 109 | 0.62 | 0.26 | 0 | 0.57 | 204.71 | 0.45 | 0.29 |
| Hex | 29 | 51 | 6D | 3E | 1A | 0 | 39 | CD | 2D | 1D |
| Octal | 51 | 121 | 155 | 76 | 32 | 0 | 71 | 315 | 55 | 35 |
| Binary | 101001 | 1010001 | 1101101 | 111110 | 11010 | 0 | 111001 | 11001101 | 101101 | 11101 |
Color Harmonies of #29516D
Complementary color
Monochromatic Colors of #29516D
Black with #29516D
Text Example
Text Example
White with #29516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29516D; }
p { color: rgb(41,81,109); }
H1.HeaderClassName
{
color: #29516D;
}
.AnyTagClassName
{
color: #29516D;
}
</style>
background-color css
<style>
a { background-color: #29516D; }
a { background-color: rgb(41,81,109); }
div.DivClassName
{
background-color: #29516D;
}
.BgClassName
{
background-color: #29516D;
}
</style>
border-color css
<style>
span { border-color: #29516D; }
span { border-color: rgb(41,81,109); }
td.TdClassName
{
border-color: #29516D;
}
.TagClassName
{
border-color: #29516D;
}
</style>