Shades of Resolution Blue #28366D
Tints of Resolution Blue #28366D
RGB
CMYK
RGB Variations
Color information
#28366D (or 0x28366D) is known color: Resolution Blue. HEX triplet: 28, 36 and 6D. RGB value is (40,54,109). Sum of RGB (Red+Green+Blue) = 40+54+109=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #28366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28366D is #D7C992. Grayscale: #373737. Windows color (decimal): -14141843 or 7157288. OLE color: 7157288.
HSL color Cylindrical-coordinate representation of color #28366D: hue angle of 227.83º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28366D is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 54 | 109 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.57 |
| HSL | 227.83º | 0.46% | 0.29% | - |
| HSV(B) | 227.83º | 0.63% | 0.43% | - |
| XYZ | 4.95 | 4.19 | 15.02 | - |
| YUV | 56.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 109 | 0.63 | 0.50 | 0 | 0.57 | 227.83 | 0.46 | 0.29 |
| Hex | 28 | 36 | 6D | 3F | 32 | 0 | 39 | E4 | 2E | 1D |
| Octal | 50 | 66 | 155 | 77 | 62 | 0 | 71 | 344 | 56 | 35 |
| Binary | 101000 | 110110 | 1101101 | 111111 | 110010 | 0 | 111001 | 11100100 | 101110 | 11101 |
Color Harmonies of #28366D
Complementary color
Monochromatic Colors of #28366D
Black with #28366D
Text Example
Text Example
White with #28366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28366D; }
p { color: rgb(40,54,109); }
H1.HeaderClassName
{
color: #28366D;
}
.AnyTagClassName
{
color: #28366D;
}
</style>
background-color css
<style>
a { background-color: #28366D; }
a { background-color: rgb(40,54,109); }
div.DivClassName
{
background-color: #28366D;
}
.BgClassName
{
background-color: #28366D;
}
</style>
border-color css
<style>
span { border-color: #28366D; }
span { border-color: rgb(40,54,109); }
td.TdClassName
{
border-color: #28366D;
}
.TagClassName
{
border-color: #28366D;
}
</style>