Shades of Chathams Blue #295866
Tints of Chathams Blue #295866
RGB
CMYK
RGB Variations
Color information
#295866 (or 0x295866) is known color: Chathams Blue. HEX triplet: 29, 58 and 66. RGB value is (41,88,102). Sum of RGB (Red+Green+Blue) = 41+88+102=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #295866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295866 is #D6A799. Grayscale: #4B4B4B. Windows color (decimal): -14067610 or 6707241. OLE color: 6707241.
HSL color Cylindrical-coordinate representation of color #295866: hue angle of 193.77º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #295866 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 41 | 88 | 102 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.6 |
| HSL | 193.77º | 0.43% | 0.28% | - |
| HSV(B) | 193.77º | 0.6% | 0.4% | - |
| XYZ | 6.8 | 8.41 | 13.84 | - |
| YUV | 75.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 102 | 0.60 | 0.14 | 0 | 0.6 | 193.77 | 0.43 | 0.28 |
| Hex | 29 | 58 | 66 | 3C | E | 0 | 3C | C2 | 2B | 1C |
| Octal | 51 | 130 | 146 | 74 | 16 | 0 | 74 | 302 | 53 | 34 |
| Binary | 101001 | 1011000 | 1100110 | 111100 | 1110 | 0 | 111100 | 11000010 | 101011 | 11100 |
Color Harmonies of #295866
Complementary color
Monochromatic Colors of #295866
Black with #295866
Text Example
Text Example
White with #295866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295866; }
p { color: rgb(41,88,102); }
H1.HeaderClassName
{
color: #295866;
}
.AnyTagClassName
{
color: #295866;
}
</style>
background-color css
<style>
a { background-color: #295866; }
a { background-color: rgb(41,88,102); }
div.DivClassName
{
background-color: #295866;
}
.BgClassName
{
background-color: #295866;
}
</style>
border-color css
<style>
span { border-color: #295866; }
span { border-color: rgb(41,88,102); }
td.TdClassName
{
border-color: #295866;
}
.TagClassName
{
border-color: #295866;
}
</style>