Shades of Chathams Blue #285C71
Tints of Chathams Blue #285C71
RGB
CMYK
RGB Variations
Color information
#285C71 (or 0x285C71) is known color: Chathams Blue. HEX triplet: 28, 5C and 71. RGB value is (40,92,113). Sum of RGB (Red+Green+Blue) = 40+92+113=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #285C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C71 is #D7A38E. Grayscale: #4E4E4E. Windows color (decimal): -14132111 or 7429160. OLE color: 7429160.
HSL color Cylindrical-coordinate representation of color #285C71: hue angle of 197.26º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285C71 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 92 | 113 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.56 |
| HSL | 197.26º | 0.48% | 0.3% | - |
| HSV(B) | 197.26º | 0.65% | 0.44% | - |
| XYZ | 7.68 | 9.3 | 17.01 | - |
| YUV | 78.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 113 | 0.65 | 0.19 | 0 | 0.56 | 197.26 | 0.48 | 0.3 |
| Hex | 28 | 5C | 71 | 41 | 13 | 0 | 38 | C5 | 30 | 1E |
| Octal | 50 | 134 | 161 | 101 | 23 | 0 | 70 | 305 | 60 | 36 |
| Binary | 101000 | 1011100 | 1110001 | 1000001 | 10011 | 0 | 111000 | 11000101 | 110000 | 11110 |
Color Harmonies of #285C71
Complementary color
Monochromatic Colors of #285C71
Black with #285C71
Text Example
Text Example
White with #285C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C71; }
p { color: rgb(40,92,113); }
H1.HeaderClassName
{
color: #285C71;
}
.AnyTagClassName
{
color: #285C71;
}
</style>
background-color css
<style>
a { background-color: #285C71; }
a { background-color: rgb(40,92,113); }
div.DivClassName
{
background-color: #285C71;
}
.BgClassName
{
background-color: #285C71;
}
</style>
border-color css
<style>
span { border-color: #285C71; }
span { border-color: rgb(40,92,113); }
td.TdClassName
{
border-color: #285C71;
}
.TagClassName
{
border-color: #285C71;
}
</style>