Shades of Chathams Blue #295168
Tints of Chathams Blue #295168
RGB
CMYK
RGB Variations
Color information
#295168 (or 0x295168) is known color: Chathams Blue. HEX triplet: 29, 51 and 68. RGB value is (41,81,104). Sum of RGB (Red+Green+Blue) = 41+81+104=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #295168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295168 is #D6AE97. Grayscale: #474747. Windows color (decimal): -14069400 or 6836521. OLE color: 6836521.
HSL color Cylindrical-coordinate representation of color #295168: hue angle of 201.9º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #295168 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 81 | 104 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.59 |
| HSL | 201.9º | 0.43% | 0.28% | - |
| HSV(B) | 201.9º | 0.61% | 0.41% | - |
| XYZ | 6.36 | 7.36 | 14.18 | - |
| YUV | 71.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 104 | 0.61 | 0.22 | 0 | 0.59 | 201.9 | 0.43 | 0.28 |
| Hex | 29 | 51 | 68 | 3D | 16 | 0 | 3B | CA | 2B | 1C |
| Octal | 51 | 121 | 150 | 75 | 26 | 0 | 73 | 312 | 53 | 34 |
| Binary | 101001 | 1010001 | 1101000 | 111101 | 10110 | 0 | 111011 | 11001010 | 101011 | 11100 |
Color Harmonies of #295168
Complementary color
Monochromatic Colors of #295168
Black with #295168
Text Example
Text Example
White with #295168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295168; }
p { color: rgb(41,81,104); }
H1.HeaderClassName
{
color: #295168;
}
.AnyTagClassName
{
color: #295168;
}
</style>
background-color css
<style>
a { background-color: #295168; }
a { background-color: rgb(41,81,104); }
div.DivClassName
{
background-color: #295168;
}
.BgClassName
{
background-color: #295168;
}
</style>
border-color css
<style>
span { border-color: #295168; }
span { border-color: rgb(41,81,104); }
td.TdClassName
{
border-color: #295168;
}
.TagClassName
{
border-color: #295168;
}
</style>