Shades of Resolution Blue #283987
Tints of Resolution Blue #283987
RGB
CMYK
RGB Variations
Color information
#283987 (or 0x283987) is known color: Resolution Blue. HEX triplet: 28, 39 and 87. RGB value is (40,57,135). Sum of RGB (Red+Green+Blue) = 40+57+135=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #283987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283987 is #D7C678. Grayscale: #3C3C3C. Windows color (decimal): -14141049 or 8861992. OLE color: 8861992.
HSL color Cylindrical-coordinate representation of color #283987: hue angle of 229.26º 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 #283987 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 57 | 135 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.47 |
| HSL | 229.26º | 0.54% | 0.34% | - |
| HSV(B) | 229.26º | 0.7% | 0.53% | - |
| XYZ | 6.71 | 5.13 | 23.56 | - |
| YUV | 60.81 | 169.87 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 135 | 0.70 | 0.58 | 0 | 0.47 | 229.26 | 0.54 | 0.34 |
| Hex | 28 | 39 | 87 | 46 | 3A | 0 | 2F | E5 | 36 | 22 |
| Octal | 50 | 71 | 207 | 106 | 72 | 0 | 57 | 345 | 66 | 42 |
| Binary | 101000 | 111001 | 10000111 | 1000110 | 111010 | 0 | 101111 | 11100101 | 110110 | 100010 |
Color Harmonies of #283987
Complementary color
Monochromatic Colors of #283987
Black with #283987
Text Example
Text Example
White with #283987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283987; }
p { color: rgb(40,57,135); }
H1.HeaderClassName
{
color: #283987;
}
.AnyTagClassName
{
color: #283987;
}
</style>
background-color css
<style>
a { background-color: #283987; }
a { background-color: rgb(40,57,135); }
div.DivClassName
{
background-color: #283987;
}
.BgClassName
{
background-color: #283987;
}
</style>
border-color css
<style>
span { border-color: #283987; }
span { border-color: rgb(40,57,135); }
td.TdClassName
{
border-color: #283987;
}
.TagClassName
{
border-color: #283987;
}
</style>