Shades of Resolution Blue #28366C
Tints of Resolution Blue #28366C
RGB
CMYK
RGB Variations
Color information
#28366C (or 0x28366C) is known color: Resolution Blue. HEX triplet: 28, 36 and 6C. RGB value is (40,54,108). Sum of RGB (Red+Green+Blue) = 40+54+108=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #28366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28366C is #D7C993. Grayscale: #373737. Windows color (decimal): -14141844 or 7091752. OLE color: 7091752.
HSL color Cylindrical-coordinate representation of color #28366C: hue angle of 227.65º 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 #28366C is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 54 | 108 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.58 |
| HSL | 227.65º | 0.46% | 0.29% | - |
| HSV(B) | 227.65º | 0.63% | 0.42% | - |
| XYZ | 4.9 | 4.17 | 14.73 | - |
| YUV | 55.97 | 157.36 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 108 | 0.63 | 0.50 | 0 | 0.58 | 227.65 | 0.46 | 0.29 |
| Hex | 28 | 36 | 6C | 3F | 32 | 0 | 3A | E4 | 2E | 1D |
| Octal | 50 | 66 | 154 | 77 | 62 | 0 | 72 | 344 | 56 | 35 |
| Binary | 101000 | 110110 | 1101100 | 111111 | 110010 | 0 | 111010 | 11100100 | 101110 | 11101 |
Color Harmonies of #28366C
Complementary color
Monochromatic Colors of #28366C
Black with #28366C
Text Example
Text Example
White with #28366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28366C; }
p { color: rgb(40,54,108); }
H1.HeaderClassName
{
color: #28366C;
}
.AnyTagClassName
{
color: #28366C;
}
</style>
background-color css
<style>
a { background-color: #28366C; }
a { background-color: rgb(40,54,108); }
div.DivClassName
{
background-color: #28366C;
}
.BgClassName
{
background-color: #28366C;
}
</style>
border-color css
<style>
span { border-color: #28366C; }
span { border-color: rgb(40,54,108); }
td.TdClassName
{
border-color: #28366C;
}
.TagClassName
{
border-color: #28366C;
}
</style>