Shades of Resolution Blue #28366E
Tints of Resolution Blue #28366E
RGB
CMYK
RGB Variations
Color information
#28366E (or 0x28366E) is known color: Resolution Blue. HEX triplet: 28, 36 and 6E. RGB value is (40,54,110). Sum of RGB (Red+Green+Blue) = 40+54+110=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #28366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28366E is #D7C991. Grayscale: #373737. Windows color (decimal): -14141842 or 7222824. OLE color: 7222824.
HSL color Cylindrical-coordinate representation of color #28366E: hue angle of 228º 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 #28366E is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 54 | 110 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.57 |
| HSL | 228º | 0.47% | 0.29% | - |
| HSV(B) | 228º | 0.64% | 0.43% | - |
| XYZ | 5.01 | 4.22 | 15.3 | - |
| YUV | 56.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 110 | 0.64 | 0.51 | 0 | 0.57 | 228 | 0.47 | 0.29 |
| Hex | 28 | 36 | 6E | 40 | 33 | 0 | 39 | E4 | 2F | 1D |
| Octal | 50 | 66 | 156 | 100 | 63 | 0 | 71 | 344 | 57 | 35 |
| Binary | 101000 | 110110 | 1101110 | 1000000 | 110011 | 0 | 111001 | 11100100 | 101111 | 11101 |
Color Harmonies of #28366E
Complementary color
Monochromatic Colors of #28366E
Black with #28366E
Text Example
Text Example
White with #28366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28366E; }
p { color: rgb(40,54,110); }
H1.HeaderClassName
{
color: #28366E;
}
.AnyTagClassName
{
color: #28366E;
}
</style>
background-color css
<style>
a { background-color: #28366E; }
a { background-color: rgb(40,54,110); }
div.DivClassName
{
background-color: #28366E;
}
.BgClassName
{
background-color: #28366E;
}
</style>
border-color css
<style>
span { border-color: #28366E; }
span { border-color: rgb(40,54,110); }
td.TdClassName
{
border-color: #28366E;
}
.TagClassName
{
border-color: #28366E;
}
</style>