Shades of Resolution Blue #283986
Tints of Resolution Blue #283986
RGB
CMYK
RGB Variations
Color information
#283986 (or 0x283986) is known color: Resolution Blue. HEX triplet: 28, 39 and 86. RGB value is (40,57,134). Sum of RGB (Red+Green+Blue) = 40+57+134=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 134 (52.73% from 255 or 58.01% from 231); Max value from RGB is 134 - color contains mainly: blue. Hex color #283986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283986 is #D7C679. Grayscale: #3C3C3C. Windows color (decimal): -14141050 or 8796456. OLE color: 8796456.
HSL color Cylindrical-coordinate representation of color #283986: hue angle of 229.15º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #283986 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 57 | 134 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.47 |
| HSL | 229.15º | 0.54% | 0.34% | - |
| HSV(B) | 229.15º | 0.7% | 0.53% | - |
| XYZ | 6.64 | 5.1 | 23.19 | - |
| YUV | 60.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 134 | 0.70 | 0.57 | 0 | 0.47 | 229.15 | 0.54 | 0.34 |
| Hex | 28 | 39 | 86 | 46 | 39 | 0 | 2F | E5 | 36 | 22 |
| Octal | 50 | 71 | 206 | 106 | 71 | 0 | 57 | 345 | 66 | 42 |
| Binary | 101000 | 111001 | 10000110 | 1000110 | 111001 | 0 | 101111 | 11100101 | 110110 | 100010 |
Color Harmonies of #283986
Complementary color
Monochromatic Colors of #283986
Black with #283986
Text Example
Text Example
White with #283986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283986; }
p { color: rgb(40,57,134); }
H1.HeaderClassName
{
color: #283986;
}
.AnyTagClassName
{
color: #283986;
}
</style>
background-color css
<style>
a { background-color: #283986; }
a { background-color: rgb(40,57,134); }
div.DivClassName
{
background-color: #283986;
}
.BgClassName
{
background-color: #283986;
}
</style>
border-color css
<style>
span { border-color: #283986; }
span { border-color: rgb(40,57,134); }
td.TdClassName
{
border-color: #283986;
}
.TagClassName
{
border-color: #283986;
}
</style>