Shades of Chathams Blue #295A6F
Tints of Chathams Blue #295A6F
RGB
CMYK
RGB Variations
Color information
#295A6F (or 0x295A6F) is known color: Chathams Blue. HEX triplet: 29, 5A and 6F. RGB value is (41,90,111). Sum of RGB (Red+Green+Blue) = 41+90+111=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 111 - color contains mainly: blue. Hex color #295A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A6F is #D6A590. Grayscale: #4D4D4D. Windows color (decimal): -14067089 or 7297577. OLE color: 7297577.
HSL color Cylindrical-coordinate representation of color #295A6F: hue angle of 198º 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 #295A6F is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 90 | 111 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.56 |
| HSL | 198º | 0.46% | 0.3% | - |
| HSV(B) | 198º | 0.63% | 0.44% | - |
| XYZ | 7.44 | 8.93 | 16.37 | - |
| YUV | 77.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 111 | 0.63 | 0.19 | 0 | 0.56 | 198 | 0.46 | 0.3 |
| Hex | 29 | 5A | 6F | 3F | 13 | 0 | 38 | C6 | 2E | 1E |
| Octal | 51 | 132 | 157 | 77 | 23 | 0 | 70 | 306 | 56 | 36 |
| Binary | 101001 | 1011010 | 1101111 | 111111 | 10011 | 0 | 111000 | 11000110 | 101110 | 11110 |
Color Harmonies of #295A6F
Complementary color
Monochromatic Colors of #295A6F
Black with #295A6F
Text Example
Text Example
White with #295A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A6F; }
p { color: rgb(41,90,111); }
H1.HeaderClassName
{
color: #295A6F;
}
.AnyTagClassName
{
color: #295A6F;
}
</style>
background-color css
<style>
a { background-color: #295A6F; }
a { background-color: rgb(41,90,111); }
div.DivClassName
{
background-color: #295A6F;
}
.BgClassName
{
background-color: #295A6F;
}
</style>
border-color css
<style>
span { border-color: #295A6F; }
span { border-color: rgb(41,90,111); }
td.TdClassName
{
border-color: #295A6F;
}
.TagClassName
{
border-color: #295A6F;
}
</style>