Shades of Chathams Blue #28536F
Tints of Chathams Blue #28536F
RGB
CMYK
RGB Variations
Color information
#28536F (or 0x28536F) is known color: Chathams Blue. HEX triplet: 28, 53 and 6F. RGB value is (40,83,111). Sum of RGB (Red+Green+Blue) = 40+83+111=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #28536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28536F is #D7AC90. Grayscale: #494949. Windows color (decimal): -14134417 or 7295784. OLE color: 7295784.
HSL color Cylindrical-coordinate representation of color #28536F: hue angle of 203.66º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28536F is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 83 | 111 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.56 |
| HSL | 203.66º | 0.47% | 0.3% | - |
| HSV(B) | 203.66º | 0.64% | 0.44% | - |
| XYZ | 6.84 | 7.79 | 16.18 | - |
| YUV | 73.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 111 | 0.64 | 0.25 | 0 | 0.56 | 203.66 | 0.47 | 0.3 |
| Hex | 28 | 53 | 6F | 40 | 19 | 0 | 38 | CC | 2F | 1E |
| Octal | 50 | 123 | 157 | 100 | 31 | 0 | 70 | 314 | 57 | 36 |
| Binary | 101000 | 1010011 | 1101111 | 1000000 | 11001 | 0 | 111000 | 11001100 | 101111 | 11110 |
Color Harmonies of #28536F
Complementary color
Monochromatic Colors of #28536F
Black with #28536F
Text Example
Text Example
White with #28536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28536F; }
p { color: rgb(40,83,111); }
H1.HeaderClassName
{
color: #28536F;
}
.AnyTagClassName
{
color: #28536F;
}
</style>
background-color css
<style>
a { background-color: #28536F; }
a { background-color: rgb(40,83,111); }
div.DivClassName
{
background-color: #28536F;
}
.BgClassName
{
background-color: #28536F;
}
</style>
border-color css
<style>
span { border-color: #28536F; }
span { border-color: rgb(40,83,111); }
td.TdClassName
{
border-color: #28536F;
}
.TagClassName
{
border-color: #28536F;
}
</style>