Shades of Chathams Blue #29566C
Tints of Chathams Blue #29566C
RGB
CMYK
RGB Variations
Color information
#29566C (or 0x29566C) is known color: Chathams Blue. HEX triplet: 29, 56 and 6C. RGB value is (41,86,108). Sum of RGB (Red+Green+Blue) = 41+86+108=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 86 (33.98% from 255 or 36.60% 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 #29566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29566C is #D6A993. Grayscale: #4A4A4A. Windows color (decimal): -14068116 or 7099945. OLE color: 7099945.
HSL color Cylindrical-coordinate representation of color #29566C: hue angle of 199.7º 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 #29566C is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 86 | 108 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.58 |
| HSL | 199.7º | 0.45% | 0.29% | - |
| HSV(B) | 199.7º | 0.62% | 0.42% | - |
| XYZ | 6.95 | 8.21 | 15.41 | - |
| YUV | 75.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 108 | 0.62 | 0.20 | 0 | 0.58 | 199.7 | 0.45 | 0.29 |
| Hex | 29 | 56 | 6C | 3E | 14 | 0 | 3A | C8 | 2D | 1D |
| Octal | 51 | 126 | 154 | 76 | 24 | 0 | 72 | 310 | 55 | 35 |
| Binary | 101001 | 1010110 | 1101100 | 111110 | 10100 | 0 | 111010 | 11001000 | 101101 | 11101 |
Color Harmonies of #29566C
Complementary color
Monochromatic Colors of #29566C
Black with #29566C
Text Example
Text Example
White with #29566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29566C; }
p { color: rgb(41,86,108); }
H1.HeaderClassName
{
color: #29566C;
}
.AnyTagClassName
{
color: #29566C;
}
</style>
background-color css
<style>
a { background-color: #29566C; }
a { background-color: rgb(41,86,108); }
div.DivClassName
{
background-color: #29566C;
}
.BgClassName
{
background-color: #29566C;
}
</style>
border-color css
<style>
span { border-color: #29566C; }
span { border-color: rgb(41,86,108); }
td.TdClassName
{
border-color: #29566C;
}
.TagClassName
{
border-color: #29566C;
}
</style>