Shades of Resolution Blue #284470
Tints of Resolution Blue #284470
RGB
CMYK
RGB Variations
Color information
#284470 (or 0x284470) is known color: Resolution Blue. HEX triplet: 28, 44 and 70. RGB value is (40,68,112). Sum of RGB (Red+Green+Blue) = 40+68+112=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #284470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284470 is #D7BB8F. Grayscale: #404040. Windows color (decimal): -14138256 or 7357480. OLE color: 7357480.
HSL color Cylindrical-coordinate representation of color #284470: hue angle of 216.67º 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 #284470 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 68 | 112 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.56 |
| HSL | 216.67º | 0.47% | 0.3% | - |
| HSV(B) | 216.67º | 0.64% | 0.44% | - |
| XYZ | 5.87 | 5.76 | 16.13 | - |
| YUV | 64.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 112 | 0.64 | 0.39 | 0 | 0.56 | 216.67 | 0.47 | 0.3 |
| Hex | 28 | 44 | 70 | 40 | 27 | 0 | 38 | D9 | 2F | 1E |
| Octal | 50 | 104 | 160 | 100 | 47 | 0 | 70 | 331 | 57 | 36 |
| Binary | 101000 | 1000100 | 1110000 | 1000000 | 100111 | 0 | 111000 | 11011001 | 101111 | 11110 |
Color Harmonies of #284470
Complementary color
Monochromatic Colors of #284470
Black with #284470
Text Example
Text Example
White with #284470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284470; }
p { color: rgb(40,68,112); }
H1.HeaderClassName
{
color: #284470;
}
.AnyTagClassName
{
color: #284470;
}
</style>
background-color css
<style>
a { background-color: #284470; }
a { background-color: rgb(40,68,112); }
div.DivClassName
{
background-color: #284470;
}
.BgClassName
{
background-color: #284470;
}
</style>
border-color css
<style>
span { border-color: #284470; }
span { border-color: rgb(40,68,112); }
td.TdClassName
{
border-color: #284470;
}
.TagClassName
{
border-color: #284470;
}
</style>