Shades of Resolution Blue #283E84
Tints of Resolution Blue #283E84
RGB
CMYK
RGB Variations
Color information
#283E84 (or 0x283E84) is known color: Resolution Blue. HEX triplet: 28, 3E and 84. RGB value is (40,62,132). Sum of RGB (Red+Green+Blue) = 40+62+132=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #283E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E84 is #D7C17B. Grayscale: #3F3F3F. Windows color (decimal): -14139772 or 8666664. OLE color: 8666664.
HSL color Cylindrical-coordinate representation of color #283E84: hue angle of 225.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #283E84 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 62 | 132 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.48 |
| HSL | 225.65º | 0.53% | 0.34% | - |
| HSV(B) | 225.65º | 0.7% | 0.52% | - |
| XYZ | 6.76 | 5.56 | 22.55 | - |
| YUV | 63.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 132 | 0.70 | 0.53 | 0 | 0.48 | 225.65 | 0.53 | 0.34 |
| Hex | 28 | 3E | 84 | 46 | 35 | 0 | 30 | E2 | 35 | 22 |
| Octal | 50 | 76 | 204 | 106 | 65 | 0 | 60 | 342 | 65 | 42 |
| Binary | 101000 | 111110 | 10000100 | 1000110 | 110101 | 0 | 110000 | 11100010 | 110101 | 100010 |
Color Harmonies of #283E84
Complementary color
Monochromatic Colors of #283E84
Black with #283E84
Text Example
Text Example
White with #283E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E84; }
p { color: rgb(40,62,132); }
H1.HeaderClassName
{
color: #283E84;
}
.AnyTagClassName
{
color: #283E84;
}
</style>
background-color css
<style>
a { background-color: #283E84; }
a { background-color: rgb(40,62,132); }
div.DivClassName
{
background-color: #283E84;
}
.BgClassName
{
background-color: #283E84;
}
</style>
border-color css
<style>
span { border-color: #283E84; }
span { border-color: rgb(40,62,132); }
td.TdClassName
{
border-color: #283E84;
}
.TagClassName
{
border-color: #283E84;
}
</style>