Shades of Chathams Blue #295C70
Tints of Chathams Blue #295C70
RGB
CMYK
RGB Variations
Color information
#295C70 (or 0x295C70) is known color: Chathams Blue. HEX triplet: 29, 5C and 70. RGB value is (41,92,112). Sum of RGB (Red+Green+Blue) = 41+92+112=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #295C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C70 is #D6A38F. Grayscale: #4E4E4E. Windows color (decimal): -14066576 or 7363625. OLE color: 7363625.
HSL color Cylindrical-coordinate representation of color #295C70: hue angle of 196.9º 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 #295C70 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 92 | 112 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.56 |
| HSL | 196.9º | 0.46% | 0.3% | - |
| HSV(B) | 196.9º | 0.63% | 0.44% | - |
| XYZ | 7.67 | 9.3 | 16.72 | - |
| YUV | 79.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 112 | 0.63 | 0.18 | 0 | 0.56 | 196.9 | 0.46 | 0.3 |
| Hex | 29 | 5C | 70 | 3F | 12 | 0 | 38 | C5 | 2E | 1E |
| Octal | 51 | 134 | 160 | 77 | 22 | 0 | 70 | 305 | 56 | 36 |
| Binary | 101001 | 1011100 | 1110000 | 111111 | 10010 | 0 | 111000 | 11000101 | 101110 | 11110 |
Color Harmonies of #295C70
Complementary color
Monochromatic Colors of #295C70
Black with #295C70
Text Example
Text Example
White with #295C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C70; }
p { color: rgb(41,92,112); }
H1.HeaderClassName
{
color: #295C70;
}
.AnyTagClassName
{
color: #295C70;
}
</style>
background-color css
<style>
a { background-color: #295C70; }
a { background-color: rgb(41,92,112); }
div.DivClassName
{
background-color: #295C70;
}
.BgClassName
{
background-color: #295C70;
}
</style>
border-color css
<style>
span { border-color: #295C70; }
span { border-color: rgb(41,92,112); }
td.TdClassName
{
border-color: #295C70;
}
.TagClassName
{
border-color: #295C70;
}
</style>