Shades of Chathams Blue #285A73
Tints of Chathams Blue #285A73
RGB
CMYK
RGB Variations
Color information
#285A73 (or 0x285A73) is known color: Chathams Blue. HEX triplet: 28, 5A and 73. RGB value is (40,90,115). Sum of RGB (Red+Green+Blue) = 40+90+115=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #285A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A73 is #D7A58C. Grayscale: #4D4D4D. Windows color (decimal): -14132621 or 7559720. OLE color: 7559720.
HSL color Cylindrical-coordinate representation of color #285A73: hue angle of 200º 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 #285A73 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 90 | 115 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.55 |
| HSL | 200º | 0.48% | 0.3% | - |
| HSV(B) | 200º | 0.65% | 0.45% | - |
| XYZ | 7.63 | 9 | 17.56 | - |
| YUV | 77.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 115 | 0.65 | 0.22 | 0 | 0.55 | 200 | 0.48 | 0.3 |
| Hex | 28 | 5A | 73 | 41 | 16 | 0 | 37 | C8 | 30 | 1E |
| Octal | 50 | 132 | 163 | 101 | 26 | 0 | 67 | 310 | 60 | 36 |
| Binary | 101000 | 1011010 | 1110011 | 1000001 | 10110 | 0 | 110111 | 11001000 | 110000 | 11110 |
Color Harmonies of #285A73
Complementary color
Monochromatic Colors of #285A73
Black with #285A73
Text Example
Text Example
White with #285A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A73; }
p { color: rgb(40,90,115); }
H1.HeaderClassName
{
color: #285A73;
}
.AnyTagClassName
{
color: #285A73;
}
</style>
background-color css
<style>
a { background-color: #285A73; }
a { background-color: rgb(40,90,115); }
div.DivClassName
{
background-color: #285A73;
}
.BgClassName
{
background-color: #285A73;
}
</style>
border-color css
<style>
span { border-color: #285A73; }
span { border-color: rgb(40,90,115); }
td.TdClassName
{
border-color: #285A73;
}
.TagClassName
{
border-color: #285A73;
}
</style>