Shades of Resolution Blue #28366F
Tints of Resolution Blue #28366F
RGB
CMYK
RGB Variations
Color information
#28366F (or 0x28366F) is known color: Resolution Blue. HEX triplet: 28, 36 and 6F. RGB value is (40,54,111). Sum of RGB (Red+Green+Blue) = 40+54+111=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #28366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28366F is #D7C990. Grayscale: #383838. Windows color (decimal): -14141841 or 7288360. OLE color: 7288360.
HSL color Cylindrical-coordinate representation of color #28366F: hue angle of 228.17º 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 #28366F is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 54 | 111 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.56 |
| HSL | 228.17º | 0.47% | 0.3% | - |
| HSV(B) | 228.17º | 0.64% | 0.44% | - |
| XYZ | 5.06 | 4.24 | 15.59 | - |
| YUV | 56.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 111 | 0.64 | 0.51 | 0 | 0.56 | 228.17 | 0.47 | 0.3 |
| Hex | 28 | 36 | 6F | 40 | 33 | 0 | 38 | E4 | 2F | 1E |
| Octal | 50 | 66 | 157 | 100 | 63 | 0 | 70 | 344 | 57 | 36 |
| Binary | 101000 | 110110 | 1101111 | 1000000 | 110011 | 0 | 111000 | 11100100 | 101111 | 11110 |
Color Harmonies of #28366F
Complementary color
Monochromatic Colors of #28366F
Black with #28366F
Text Example
Text Example
White with #28366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28366F; }
p { color: rgb(40,54,111); }
H1.HeaderClassName
{
color: #28366F;
}
.AnyTagClassName
{
color: #28366F;
}
</style>
background-color css
<style>
a { background-color: #28366F; }
a { background-color: rgb(40,54,111); }
div.DivClassName
{
background-color: #28366F;
}
.BgClassName
{
background-color: #28366F;
}
</style>
border-color css
<style>
span { border-color: #28366F; }
span { border-color: rgb(40,54,111); }
td.TdClassName
{
border-color: #28366F;
}
.TagClassName
{
border-color: #28366F;
}
</style>