Shades of Chathams Blue #295863
Tints of Chathams Blue #295863
RGB
CMYK
RGB Variations
Color information
#295863 (or 0x295863) is known color: Chathams Blue. HEX triplet: 29, 58 and 63. RGB value is (41,88,99). Sum of RGB (Red+Green+Blue) = 41+88+99=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #295863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295863 is #D6A79C. Grayscale: #4B4B4B. Windows color (decimal): -14067613 or 6510633. OLE color: 6510633.
HSL color Cylindrical-coordinate representation of color #295863: hue angle of 191.38º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295863 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 88 | 99 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.61 |
| HSL | 191.38º | 0.41% | 0.27% | - |
| HSV(B) | 191.38º | 0.59% | 0.39% | - |
| XYZ | 6.66 | 8.35 | 13.07 | - |
| YUV | 75.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 99 | 0.59 | 0.11 | 0 | 0.61 | 191.38 | 0.41 | 0.27 |
| Hex | 29 | 58 | 63 | 3B | B | 0 | 3D | BF | 29 | 1B |
| Octal | 51 | 130 | 143 | 73 | 13 | 0 | 75 | 277 | 51 | 33 |
| Binary | 101001 | 1011000 | 1100011 | 111011 | 1011 | 0 | 111101 | 10111111 | 101001 | 11011 |
Color Harmonies of #295863
Complementary color
Monochromatic Colors of #295863
Black with #295863
Text Example
Text Example
White with #295863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295863; }
p { color: rgb(41,88,99); }
H1.HeaderClassName
{
color: #295863;
}
.AnyTagClassName
{
color: #295863;
}
</style>
background-color css
<style>
a { background-color: #295863; }
a { background-color: rgb(41,88,99); }
div.DivClassName
{
background-color: #295863;
}
.BgClassName
{
background-color: #295863;
}
</style>
border-color css
<style>
span { border-color: #295863; }
span { border-color: rgb(41,88,99); }
td.TdClassName
{
border-color: #295863;
}
.TagClassName
{
border-color: #295863;
}
</style>