Shades of Chathams Blue #28516A
Tints of Chathams Blue #28516A
RGB
CMYK
RGB Variations
Color information
#28516A (or 0x28516A) is known color: Chathams Blue. HEX triplet: 28, 51 and 6A. RGB value is (40,81,106). Sum of RGB (Red+Green+Blue) = 40+81+106=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #28516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28516A is #D7AE95. Grayscale: #474747. Windows color (decimal): -14134934 or 6967592. OLE color: 6967592.
HSL color Cylindrical-coordinate representation of color #28516A: hue angle of 202.73º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28516A is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 81 | 106 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.58 |
| HSL | 202.73º | 0.45% | 0.29% | - |
| HSV(B) | 202.73º | 0.62% | 0.42% | - |
| XYZ | 6.42 | 7.38 | 14.72 | - |
| YUV | 71.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 106 | 0.62 | 0.24 | 0 | 0.58 | 202.73 | 0.45 | 0.29 |
| Hex | 28 | 51 | 6A | 3E | 18 | 0 | 3A | CB | 2D | 1D |
| Octal | 50 | 121 | 152 | 76 | 30 | 0 | 72 | 313 | 55 | 35 |
| Binary | 101000 | 1010001 | 1101010 | 111110 | 11000 | 0 | 111010 | 11001011 | 101101 | 11101 |
Color Harmonies of #28516A
Complementary color
Monochromatic Colors of #28516A
Black with #28516A
Text Example
Text Example
White with #28516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28516A; }
p { color: rgb(40,81,106); }
H1.HeaderClassName
{
color: #28516A;
}
.AnyTagClassName
{
color: #28516A;
}
</style>
background-color css
<style>
a { background-color: #28516A; }
a { background-color: rgb(40,81,106); }
div.DivClassName
{
background-color: #28516A;
}
.BgClassName
{
background-color: #28516A;
}
</style>
border-color css
<style>
span { border-color: #28516A; }
span { border-color: rgb(40,81,106); }
td.TdClassName
{
border-color: #28516A;
}
.TagClassName
{
border-color: #28516A;
}
</style>