Shades of Resolution Blue #28417A
Tints of Resolution Blue #28417A
RGB
CMYK
RGB Variations
Color information
#28417A (or 0x28417A) is known color: Resolution Blue. HEX triplet: 28, 41 and 7A. RGB value is (40,65,122). Sum of RGB (Red+Green+Blue) = 40+65+122=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #28417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28417A is #D7BE85. Grayscale: #3F3F3F. Windows color (decimal): -14139014 or 8012072. OLE color: 8012072.
HSL color Cylindrical-coordinate representation of color #28417A: hue angle of 221.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28417A is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 65 | 122 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.52 |
| HSL | 221.71º | 0.51% | 0.32% | - |
| HSV(B) | 221.71º | 0.67% | 0.48% | - |
| XYZ | 6.28 | 5.64 | 19.17 | - |
| YUV | 64.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 122 | 0.67 | 0.47 | 0 | 0.52 | 221.71 | 0.51 | 0.32 |
| Hex | 28 | 41 | 7A | 43 | 2F | 0 | 34 | DE | 33 | 20 |
| Octal | 50 | 101 | 172 | 103 | 57 | 0 | 64 | 336 | 63 | 40 |
| Binary | 101000 | 1000001 | 1111010 | 1000011 | 101111 | 0 | 110100 | 11011110 | 110011 | 100000 |
Color Harmonies of #28417A
Complementary color
Monochromatic Colors of #28417A
Black with #28417A
Text Example
Text Example
White with #28417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28417A; }
p { color: rgb(40,65,122); }
H1.HeaderClassName
{
color: #28417A;
}
.AnyTagClassName
{
color: #28417A;
}
</style>
background-color css
<style>
a { background-color: #28417A; }
a { background-color: rgb(40,65,122); }
div.DivClassName
{
background-color: #28417A;
}
.BgClassName
{
background-color: #28417A;
}
</style>
border-color css
<style>
span { border-color: #28417A; }
span { border-color: rgb(40,65,122); }
td.TdClassName
{
border-color: #28417A;
}
.TagClassName
{
border-color: #28417A;
}
</style>