Shades of Chathams Blue #285C6C
Tints of Chathams Blue #285C6C
RGB
CMYK
RGB Variations
Color information
#285C6C (or 0x285C6C) is known color: Chathams Blue. HEX triplet: 28, 5C and 6C. RGB value is (40,92,108). Sum of RGB (Red+Green+Blue) = 40+92+108=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #285C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C6C is #D7A393. Grayscale: #4E4E4E. Windows color (decimal): -14132116 or 7101480. OLE color: 7101480.
HSL color Cylindrical-coordinate representation of color #285C6C: hue angle of 194.12º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #285C6C is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 92 | 108 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.58 |
| HSL | 194.12º | 0.46% | 0.29% | - |
| HSV(B) | 194.12º | 0.63% | 0.42% | - |
| XYZ | 7.41 | 9.19 | 15.57 | - |
| YUV | 78.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 108 | 0.63 | 0.15 | 0 | 0.58 | 194.12 | 0.46 | 0.29 |
| Hex | 28 | 5C | 6C | 3F | F | 0 | 3A | C2 | 2E | 1D |
| Octal | 50 | 134 | 154 | 77 | 17 | 0 | 72 | 302 | 56 | 35 |
| Binary | 101000 | 1011100 | 1101100 | 111111 | 1111 | 0 | 111010 | 11000010 | 101110 | 11101 |
Color Harmonies of #285C6C
Complementary color
Monochromatic Colors of #285C6C
Black with #285C6C
Text Example
Text Example
White with #285C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C6C; }
p { color: rgb(40,92,108); }
H1.HeaderClassName
{
color: #285C6C;
}
.AnyTagClassName
{
color: #285C6C;
}
</style>
background-color css
<style>
a { background-color: #285C6C; }
a { background-color: rgb(40,92,108); }
div.DivClassName
{
background-color: #285C6C;
}
.BgClassName
{
background-color: #285C6C;
}
</style>
border-color css
<style>
span { border-color: #285C6C; }
span { border-color: rgb(40,92,108); }
td.TdClassName
{
border-color: #285C6C;
}
.TagClassName
{
border-color: #285C6C;
}
</style>