Shades of Chathams Blue #295A6C
Tints of Chathams Blue #295A6C
RGB
CMYK
RGB Variations
Color information
#295A6C (or 0x295A6C) is known color: Chathams Blue. HEX triplet: 29, 5A and 6C. RGB value is (41,90,108). Sum of RGB (Red+Green+Blue) = 41+90+108=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #295A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A6C is #D6A593. Grayscale: #4D4D4D. Windows color (decimal): -14067092 or 7100969. OLE color: 7100969.
HSL color Cylindrical-coordinate representation of color #295A6C: hue angle of 196.12º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #295A6C is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 90 | 108 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.58 |
| HSL | 196.12º | 0.45% | 0.29% | - |
| HSV(B) | 196.12º | 0.62% | 0.42% | - |
| XYZ | 7.28 | 8.87 | 15.52 | - |
| YUV | 77.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 108 | 0.62 | 0.17 | 0 | 0.58 | 196.12 | 0.45 | 0.29 |
| Hex | 29 | 5A | 6C | 3E | 11 | 0 | 3A | C4 | 2D | 1D |
| Octal | 51 | 132 | 154 | 76 | 21 | 0 | 72 | 304 | 55 | 35 |
| Binary | 101001 | 1011010 | 1101100 | 111110 | 10001 | 0 | 111010 | 11000100 | 101101 | 11101 |
Color Harmonies of #295A6C
Complementary color
Monochromatic Colors of #295A6C
Black with #295A6C
Text Example
Text Example
White with #295A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A6C; }
p { color: rgb(41,90,108); }
H1.HeaderClassName
{
color: #295A6C;
}
.AnyTagClassName
{
color: #295A6C;
}
</style>
background-color css
<style>
a { background-color: #295A6C; }
a { background-color: rgb(41,90,108); }
div.DivClassName
{
background-color: #295A6C;
}
.BgClassName
{
background-color: #295A6C;
}
</style>
border-color css
<style>
span { border-color: #295A6C; }
span { border-color: rgb(41,90,108); }
td.TdClassName
{
border-color: #295A6C;
}
.TagClassName
{
border-color: #295A6C;
}
</style>