Shades of Chathams Blue #295A70
Tints of Chathams Blue #295A70
RGB
CMYK
RGB Variations
Color information
#295A70 (or 0x295A70) is known color: Chathams Blue. HEX triplet: 29, 5A and 70. RGB value is (41,90,112). Sum of RGB (Red+Green+Blue) = 41+90+112=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #295A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A70 is #D6A58F. Grayscale: #4D4D4D. Windows color (decimal): -14067088 or 7363113. OLE color: 7363113.
HSL color Cylindrical-coordinate representation of color #295A70: hue angle of 198.59º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #295A70 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 90 | 112 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.56 |
| HSL | 198.59º | 0.46% | 0.3% | - |
| HSV(B) | 198.59º | 0.63% | 0.44% | - |
| XYZ | 7.5 | 8.95 | 16.66 | - |
| YUV | 77.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 112 | 0.63 | 0.20 | 0 | 0.56 | 198.59 | 0.46 | 0.3 |
| Hex | 29 | 5A | 70 | 3F | 14 | 0 | 38 | C7 | 2E | 1E |
| Octal | 51 | 132 | 160 | 77 | 24 | 0 | 70 | 307 | 56 | 36 |
| Binary | 101001 | 1011010 | 1110000 | 111111 | 10100 | 0 | 111000 | 11000111 | 101110 | 11110 |
Color Harmonies of #295A70
Complementary color
Monochromatic Colors of #295A70
Black with #295A70
Text Example
Text Example
White with #295A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A70; }
p { color: rgb(41,90,112); }
H1.HeaderClassName
{
color: #295A70;
}
.AnyTagClassName
{
color: #295A70;
}
</style>
background-color css
<style>
a { background-color: #295A70; }
a { background-color: rgb(41,90,112); }
div.DivClassName
{
background-color: #295A70;
}
.BgClassName
{
background-color: #295A70;
}
</style>
border-color css
<style>
span { border-color: #295A70; }
span { border-color: rgb(41,90,112); }
td.TdClassName
{
border-color: #295A70;
}
.TagClassName
{
border-color: #295A70;
}
</style>