Shades of Resolution Blue #283587
Tints of Resolution Blue #283587
RGB
CMYK
RGB Variations
Color information
#283587 (or 0x283587) is known color: Resolution Blue. HEX triplet: 28, 35 and 87. RGB value is (40,53,135). Sum of RGB (Red+Green+Blue) = 40+53+135=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #283587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283587 is #D7CA78. Grayscale: #3A3A3A. Windows color (decimal): -14142073 or 8860968. OLE color: 8860968.
HSL color Cylindrical-coordinate representation of color #283587: hue angle of 231.79º 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 #283587 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 53 | 135 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.47 |
| HSL | 231.79º | 0.54% | 0.34% | - |
| HSV(B) | 231.79º | 0.7% | 0.53% | - |
| XYZ | 6.52 | 4.75 | 23.49 | - |
| YUV | 58.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 135 | 0.70 | 0.61 | 0 | 0.47 | 231.79 | 0.54 | 0.34 |
| Hex | 28 | 35 | 87 | 46 | 3D | 0 | 2F | E8 | 36 | 22 |
| Octal | 50 | 65 | 207 | 106 | 75 | 0 | 57 | 350 | 66 | 42 |
| Binary | 101000 | 110101 | 10000111 | 1000110 | 111101 | 0 | 101111 | 11101000 | 110110 | 100010 |
Color Harmonies of #283587
Complementary color
Monochromatic Colors of #283587
Black with #283587
Text Example
Text Example
White with #283587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283587; }
p { color: rgb(40,53,135); }
H1.HeaderClassName
{
color: #283587;
}
.AnyTagClassName
{
color: #283587;
}
</style>
background-color css
<style>
a { background-color: #283587; }
a { background-color: rgb(40,53,135); }
div.DivClassName
{
background-color: #283587;
}
.BgClassName
{
background-color: #283587;
}
</style>
border-color css
<style>
span { border-color: #283587; }
span { border-color: rgb(40,53,135); }
td.TdClassName
{
border-color: #283587;
}
.TagClassName
{
border-color: #283587;
}
</style>