Shades of Chathams Blue #29516C
Tints of Chathams Blue #29516C
RGB
CMYK
RGB Variations
Color information
#29516C (or 0x29516C) is known color: Chathams Blue. HEX triplet: 29, 51 and 6C. RGB value is (41,81,108). Sum of RGB (Red+Green+Blue) = 41+81+108=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #29516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29516C is #D6AE93. Grayscale: #474747. Windows color (decimal): -14069396 or 7098665. OLE color: 7098665.
HSL color Cylindrical-coordinate representation of color #29516C: hue angle of 204.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29516C is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 81 | 108 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.58 |
| HSL | 204.18º | 0.45% | 0.29% | - |
| HSV(B) | 204.18º | 0.62% | 0.42% | - |
| XYZ | 6.56 | 7.44 | 15.28 | - |
| YUV | 72.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 108 | 0.62 | 0.25 | 0 | 0.58 | 204.18 | 0.45 | 0.29 |
| Hex | 29 | 51 | 6C | 3E | 19 | 0 | 3A | CC | 2D | 1D |
| Octal | 51 | 121 | 154 | 76 | 31 | 0 | 72 | 314 | 55 | 35 |
| Binary | 101001 | 1010001 | 1101100 | 111110 | 11001 | 0 | 111010 | 11001100 | 101101 | 11101 |
Color Harmonies of #29516C
Complementary color
Monochromatic Colors of #29516C
Black with #29516C
Text Example
Text Example
White with #29516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29516C; }
p { color: rgb(41,81,108); }
H1.HeaderClassName
{
color: #29516C;
}
.AnyTagClassName
{
color: #29516C;
}
</style>
background-color css
<style>
a { background-color: #29516C; }
a { background-color: rgb(41,81,108); }
div.DivClassName
{
background-color: #29516C;
}
.BgClassName
{
background-color: #29516C;
}
</style>
border-color css
<style>
span { border-color: #29516C; }
span { border-color: rgb(41,81,108); }
td.TdClassName
{
border-color: #29516C;
}
.TagClassName
{
border-color: #29516C;
}
</style>