Shades of Resolution Blue #283E86
Tints of Resolution Blue #283E86
RGB
CMYK
RGB Variations
Color information
#283E86 (or 0x283E86) is known color: Resolution Blue. HEX triplet: 28, 3E and 86. RGB value is (40,62,134). Sum of RGB (Red+Green+Blue) = 40+62+134=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #283E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E86 is #D7C179. Grayscale: #3F3F3F. Windows color (decimal): -14139770 or 8797736. OLE color: 8797736.
HSL color Cylindrical-coordinate representation of color #283E86: hue angle of 225.96º 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 #283E86 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 62 | 134 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.47 |
| HSL | 225.96º | 0.54% | 0.34% | - |
| HSV(B) | 225.96º | 0.7% | 0.53% | - |
| XYZ | 6.9 | 5.62 | 23.27 | - |
| YUV | 63.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 134 | 0.70 | 0.54 | 0 | 0.47 | 225.96 | 0.54 | 0.34 |
| Hex | 28 | 3E | 86 | 46 | 36 | 0 | 2F | E2 | 36 | 22 |
| Octal | 50 | 76 | 206 | 106 | 66 | 0 | 57 | 342 | 66 | 42 |
| Binary | 101000 | 111110 | 10000110 | 1000110 | 110110 | 0 | 101111 | 11100010 | 110110 | 100010 |
Color Harmonies of #283E86
Complementary color
Monochromatic Colors of #283E86
Black with #283E86
Text Example
Text Example
White with #283E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E86; }
p { color: rgb(40,62,134); }
H1.HeaderClassName
{
color: #283E86;
}
.AnyTagClassName
{
color: #283E86;
}
</style>
background-color css
<style>
a { background-color: #283E86; }
a { background-color: rgb(40,62,134); }
div.DivClassName
{
background-color: #283E86;
}
.BgClassName
{
background-color: #283E86;
}
</style>
border-color css
<style>
span { border-color: #283E86; }
span { border-color: rgb(40,62,134); }
td.TdClassName
{
border-color: #283E86;
}
.TagClassName
{
border-color: #283E86;
}
</style>