Shades of Resolution Blue #28387C
Tints of Resolution Blue #28387C
RGB
CMYK
RGB Variations
Color information
#28387C (or 0x28387C) is known color: Resolution Blue. HEX triplet: 28, 38 and 7C. RGB value is (40,56,124). Sum of RGB (Red+Green+Blue) = 40+56+124=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #28387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28387C is #D7C783. Grayscale: #3A3A3A. Windows color (decimal): -14141316 or 8140840. OLE color: 8140840.
HSL color Cylindrical-coordinate representation of color #28387C: hue angle of 228.57º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28387C is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 56 | 124 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.51 |
| HSL | 228.57º | 0.51% | 0.32% | - |
| HSV(B) | 228.57º | 0.68% | 0.49% | - |
| XYZ | 5.93 | 4.73 | 19.67 | - |
| YUV | 58.97 | 164.7 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 124 | 0.68 | 0.55 | 0 | 0.51 | 228.57 | 0.51 | 0.32 |
| Hex | 28 | 38 | 7C | 44 | 37 | 0 | 33 | E5 | 33 | 20 |
| Octal | 50 | 70 | 174 | 104 | 67 | 0 | 63 | 345 | 63 | 40 |
| Binary | 101000 | 111000 | 1111100 | 1000100 | 110111 | 0 | 110011 | 11100101 | 110011 | 100000 |
Color Harmonies of #28387C
Complementary color
Monochromatic Colors of #28387C
Black with #28387C
Text Example
Text Example
White with #28387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28387C; }
p { color: rgb(40,56,124); }
H1.HeaderClassName
{
color: #28387C;
}
.AnyTagClassName
{
color: #28387C;
}
</style>
background-color css
<style>
a { background-color: #28387C; }
a { background-color: rgb(40,56,124); }
div.DivClassName
{
background-color: #28387C;
}
.BgClassName
{
background-color: #28387C;
}
</style>
border-color css
<style>
span { border-color: #28387C; }
span { border-color: rgb(40,56,124); }
td.TdClassName
{
border-color: #28387C;
}
.TagClassName
{
border-color: #28387C;
}
</style>