Shades of Chathams Blue #28506E
Tints of Chathams Blue #28506E
RGB
CMYK
RGB Variations
Color information
#28506E (or 0x28506E) is known color: Chathams Blue. HEX triplet: 28, 50 and 6E. RGB value is (40,80,110). Sum of RGB (Red+Green+Blue) = 40+80+110=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #28506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28506E is #D7AF91. Grayscale: #474747. Windows color (decimal): -14135186 or 7229480. OLE color: 7229480.
HSL color Cylindrical-coordinate representation of color #28506E: hue angle of 205.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28506E is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 80 | 110 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.57 |
| HSL | 205.71º | 0.47% | 0.29% | - |
| HSV(B) | 205.71º | 0.64% | 0.43% | - |
| XYZ | 6.56 | 7.31 | 15.82 | - |
| YUV | 71.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 110 | 0.64 | 0.27 | 0 | 0.57 | 205.71 | 0.47 | 0.29 |
| Hex | 28 | 50 | 6E | 40 | 1B | 0 | 39 | CE | 2F | 1D |
| Octal | 50 | 120 | 156 | 100 | 33 | 0 | 71 | 316 | 57 | 35 |
| Binary | 101000 | 1010000 | 1101110 | 1000000 | 11011 | 0 | 111001 | 11001110 | 101111 | 11101 |
Color Harmonies of #28506E
Complementary color
Monochromatic Colors of #28506E
Black with #28506E
Text Example
Text Example
White with #28506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28506E; }
p { color: rgb(40,80,110); }
H1.HeaderClassName
{
color: #28506E;
}
.AnyTagClassName
{
color: #28506E;
}
</style>
background-color css
<style>
a { background-color: #28506E; }
a { background-color: rgb(40,80,110); }
div.DivClassName
{
background-color: #28506E;
}
.BgClassName
{
background-color: #28506E;
}
</style>
border-color css
<style>
span { border-color: #28506E; }
span { border-color: rgb(40,80,110); }
td.TdClassName
{
border-color: #28506E;
}
.TagClassName
{
border-color: #28506E;
}
</style>