Shades of Resolution Blue #28407C
Tints of Resolution Blue #28407C
RGB
CMYK
RGB Variations
Color information
#28407C (or 0x28407C) is known color: Resolution Blue. HEX triplet: 28, 40 and 7C. RGB value is (40,64,124). Sum of RGB (Red+Green+Blue) = 40+64+124=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #28407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28407C is #D7BF83. Grayscale: #3F3F3F. Windows color (decimal): -14139268 or 8142888. OLE color: 8142888.
HSL color Cylindrical-coordinate representation of color #28407C: hue angle of 222.86º 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 #28407C is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 64 | 124 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.51 |
| HSL | 222.86º | 0.51% | 0.32% | - |
| HSV(B) | 222.86º | 0.68% | 0.49% | - |
| XYZ | 6.35 | 5.57 | 19.81 | - |
| YUV | 63.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 124 | 0.68 | 0.48 | 0 | 0.51 | 222.86 | 0.51 | 0.32 |
| Hex | 28 | 40 | 7C | 44 | 30 | 0 | 33 | DF | 33 | 20 |
| Octal | 50 | 100 | 174 | 104 | 60 | 0 | 63 | 337 | 63 | 40 |
| Binary | 101000 | 1000000 | 1111100 | 1000100 | 110000 | 0 | 110011 | 11011111 | 110011 | 100000 |
Color Harmonies of #28407C
Complementary color
Monochromatic Colors of #28407C
Black with #28407C
Text Example
Text Example
White with #28407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28407C; }
p { color: rgb(40,64,124); }
H1.HeaderClassName
{
color: #28407C;
}
.AnyTagClassName
{
color: #28407C;
}
</style>
background-color css
<style>
a { background-color: #28407C; }
a { background-color: rgb(40,64,124); }
div.DivClassName
{
background-color: #28407C;
}
.BgClassName
{
background-color: #28407C;
}
</style>
border-color css
<style>
span { border-color: #28407C; }
span { border-color: rgb(40,64,124); }
td.TdClassName
{
border-color: #28407C;
}
.TagClassName
{
border-color: #28407C;
}
</style>