Shades of Chathams Blue #28526C
Tints of Chathams Blue #28526C
RGB
CMYK
RGB Variations
Color information
#28526C (or 0x28526C) is known color: Chathams Blue. HEX triplet: 28, 52 and 6C. RGB value is (40,82,108). Sum of RGB (Red+Green+Blue) = 40+82+108=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #28526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28526C is #D7AD93. Grayscale: #484848. Windows color (decimal): -14134676 or 7098920. OLE color: 7098920.
HSL color Cylindrical-coordinate representation of color #28526C: hue angle of 202.94º 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 #28526C is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 82 | 108 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.58 |
| HSL | 202.94º | 0.46% | 0.29% | - |
| HSV(B) | 202.94º | 0.63% | 0.42% | - |
| XYZ | 6.6 | 7.57 | 15.3 | - |
| YUV | 72.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 108 | 0.63 | 0.24 | 0 | 0.58 | 202.94 | 0.46 | 0.29 |
| Hex | 28 | 52 | 6C | 3F | 18 | 0 | 3A | CB | 2E | 1D |
| Octal | 50 | 122 | 154 | 77 | 30 | 0 | 72 | 313 | 56 | 35 |
| Binary | 101000 | 1010010 | 1101100 | 111111 | 11000 | 0 | 111010 | 11001011 | 101110 | 11101 |
Color Harmonies of #28526C
Complementary color
Monochromatic Colors of #28526C
Black with #28526C
Text Example
Text Example
White with #28526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28526C; }
p { color: rgb(40,82,108); }
H1.HeaderClassName
{
color: #28526C;
}
.AnyTagClassName
{
color: #28526C;
}
</style>
background-color css
<style>
a { background-color: #28526C; }
a { background-color: rgb(40,82,108); }
div.DivClassName
{
background-color: #28526C;
}
.BgClassName
{
background-color: #28526C;
}
</style>
border-color css
<style>
span { border-color: #28526C; }
span { border-color: rgb(40,82,108); }
td.TdClassName
{
border-color: #28526C;
}
.TagClassName
{
border-color: #28526C;
}
</style>