Shades of Chathams Blue #295B70
Tints of Chathams Blue #295B70
RGB
CMYK
RGB Variations
Color information
#295B70 (or 0x295B70) is known color: Chathams Blue. HEX triplet: 29, 5B and 70. RGB value is (41,91,112). Sum of RGB (Red+Green+Blue) = 41+91+112=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #295B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B70 is #D6A48F. Grayscale: #4E4E4E. Windows color (decimal): -14066832 or 7363369. OLE color: 7363369.
HSL color Cylindrical-coordinate representation of color #295B70: hue angle of 197.75º 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 #295B70 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 91 | 112 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.56 |
| HSL | 197.75º | 0.46% | 0.3% | - |
| HSV(B) | 197.75º | 0.63% | 0.44% | - |
| XYZ | 7.58 | 9.12 | 16.69 | - |
| YUV | 78.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 112 | 0.63 | 0.19 | 0 | 0.56 | 197.75 | 0.46 | 0.3 |
| Hex | 29 | 5B | 70 | 3F | 13 | 0 | 38 | C6 | 2E | 1E |
| Octal | 51 | 133 | 160 | 77 | 23 | 0 | 70 | 306 | 56 | 36 |
| Binary | 101001 | 1011011 | 1110000 | 111111 | 10011 | 0 | 111000 | 11000110 | 101110 | 11110 |
Color Harmonies of #295B70
Complementary color
Monochromatic Colors of #295B70
Black with #295B70
Text Example
Text Example
White with #295B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295B70; }
p { color: rgb(41,91,112); }
H1.HeaderClassName
{
color: #295B70;
}
.AnyTagClassName
{
color: #295B70;
}
</style>
background-color css
<style>
a { background-color: #295B70; }
a { background-color: rgb(41,91,112); }
div.DivClassName
{
background-color: #295B70;
}
.BgClassName
{
background-color: #295B70;
}
</style>
border-color css
<style>
span { border-color: #295B70; }
span { border-color: rgb(41,91,112); }
td.TdClassName
{
border-color: #295B70;
}
.TagClassName
{
border-color: #295B70;
}
</style>