Shades of Resolution Blue #28407A
Tints of Resolution Blue #28407A
RGB
CMYK
RGB Variations
Color information
#28407A (or 0x28407A) is known color: Resolution Blue. HEX triplet: 28, 40 and 7A. RGB value is (40,64,122). Sum of RGB (Red+Green+Blue) = 40+64+122=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #28407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28407A is #D7BF85. Grayscale: #3F3F3F. Windows color (decimal): -14139270 or 8011816. OLE color: 8011816.
HSL color Cylindrical-coordinate representation of color #28407A: hue angle of 222.44º 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 #28407A is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 64 | 122 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.52 |
| HSL | 222.44º | 0.51% | 0.32% | - |
| HSV(B) | 222.44º | 0.67% | 0.48% | - |
| XYZ | 6.22 | 5.52 | 19.15 | - |
| YUV | 63.44 | 161.05 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 122 | 0.67 | 0.48 | 0 | 0.52 | 222.44 | 0.51 | 0.32 |
| Hex | 28 | 40 | 7A | 43 | 30 | 0 | 34 | DE | 33 | 20 |
| Octal | 50 | 100 | 172 | 103 | 60 | 0 | 64 | 336 | 63 | 40 |
| Binary | 101000 | 1000000 | 1111010 | 1000011 | 110000 | 0 | 110100 | 11011110 | 110011 | 100000 |
Color Harmonies of #28407A
Complementary color
Monochromatic Colors of #28407A
Black with #28407A
Text Example
Text Example
White with #28407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28407A; }
p { color: rgb(40,64,122); }
H1.HeaderClassName
{
color: #28407A;
}
.AnyTagClassName
{
color: #28407A;
}
</style>
background-color css
<style>
a { background-color: #28407A; }
a { background-color: rgb(40,64,122); }
div.DivClassName
{
background-color: #28407A;
}
.BgClassName
{
background-color: #28407A;
}
</style>
border-color css
<style>
span { border-color: #28407A; }
span { border-color: rgb(40,64,122); }
td.TdClassName
{
border-color: #28407A;
}
.TagClassName
{
border-color: #28407A;
}
</style>