Shades of Chathams Blue #285673
Tints of Chathams Blue #285673
RGB
CMYK
RGB Variations
Color information
#285673 (or 0x285673) is known color: Chathams Blue. HEX triplet: 28, 56 and 73. RGB value is (40,86,115). Sum of RGB (Red+Green+Blue) = 40+86+115=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #285673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285673 is #D7A98C. Grayscale: #4B4B4B. Windows color (decimal): -14133645 or 7558696. OLE color: 7558696.
HSL color Cylindrical-coordinate representation of color #285673: hue angle of 203.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285673 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 86 | 115 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.55 |
| HSL | 203.2º | 0.48% | 0.3% | - |
| HSV(B) | 203.2º | 0.65% | 0.45% | - |
| XYZ | 7.3 | 8.34 | 17.45 | - |
| YUV | 75.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 115 | 0.65 | 0.25 | 0 | 0.55 | 203.2 | 0.48 | 0.3 |
| Hex | 28 | 56 | 73 | 41 | 19 | 0 | 37 | CB | 30 | 1E |
| Octal | 50 | 126 | 163 | 101 | 31 | 0 | 67 | 313 | 60 | 36 |
| Binary | 101000 | 1010110 | 1110011 | 1000001 | 11001 | 0 | 110111 | 11001011 | 110000 | 11110 |
Color Harmonies of #285673
Complementary color
Monochromatic Colors of #285673
Black with #285673
Text Example
Text Example
White with #285673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285673; }
p { color: rgb(40,86,115); }
H1.HeaderClassName
{
color: #285673;
}
.AnyTagClassName
{
color: #285673;
}
</style>
background-color css
<style>
a { background-color: #285673; }
a { background-color: rgb(40,86,115); }
div.DivClassName
{
background-color: #285673;
}
.BgClassName
{
background-color: #285673;
}
</style>
border-color css
<style>
span { border-color: #285673; }
span { border-color: rgb(40,86,115); }
td.TdClassName
{
border-color: #285673;
}
.TagClassName
{
border-color: #285673;
}
</style>