Shades of Chathams Blue #285568
Tints of Chathams Blue #285568
RGB
CMYK
RGB Variations
Color information
#285568 (or 0x285568) is known color: Chathams Blue. HEX triplet: 28, 55 and 68. RGB value is (40,85,104). Sum of RGB (Red+Green+Blue) = 40+85+104=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #285568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285568 is #D7AA97. Grayscale: #494949. Windows color (decimal): -14133912 or 6837544. OLE color: 6837544.
HSL color Cylindrical-coordinate representation of color #285568: hue angle of 197.81º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #285568 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 85 | 104 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.59 |
| HSL | 197.81º | 0.44% | 0.28% | - |
| HSV(B) | 197.81º | 0.62% | 0.41% | - |
| XYZ | 6.62 | 7.95 | 14.28 | - |
| YUV | 73.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 104 | 0.62 | 0.18 | 0 | 0.59 | 197.81 | 0.44 | 0.28 |
| Hex | 28 | 55 | 68 | 3E | 12 | 0 | 3B | C6 | 2C | 1C |
| Octal | 50 | 125 | 150 | 76 | 22 | 0 | 73 | 306 | 54 | 34 |
| Binary | 101000 | 1010101 | 1101000 | 111110 | 10010 | 0 | 111011 | 11000110 | 101100 | 11100 |
Color Harmonies of #285568
Complementary color
Monochromatic Colors of #285568
Black with #285568
Text Example
Text Example
White with #285568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285568; }
p { color: rgb(40,85,104); }
H1.HeaderClassName
{
color: #285568;
}
.AnyTagClassName
{
color: #285568;
}
</style>
background-color css
<style>
a { background-color: #285568; }
a { background-color: rgb(40,85,104); }
div.DivClassName
{
background-color: #285568;
}
.BgClassName
{
background-color: #285568;
}
</style>
border-color css
<style>
span { border-color: #285568; }
span { border-color: rgb(40,85,104); }
td.TdClassName
{
border-color: #285568;
}
.TagClassName
{
border-color: #285568;
}
</style>