Shades of Resolution Blue #283786
Tints of Resolution Blue #283786
RGB
CMYK
RGB Variations
Color information
#283786 (or 0x283786) is known color: Resolution Blue. HEX triplet: 28, 37 and 86. RGB value is (40,55,134). Sum of RGB (Red+Green+Blue) = 40+55+134=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #283786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283786 is #D7C879. Grayscale: #3B3B3B. Windows color (decimal): -14141562 or 8795944. OLE color: 8795944.
HSL color Cylindrical-coordinate representation of color #283786: hue angle of 230.43º 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 #283786 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 55 | 134 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.47 |
| HSL | 230.43º | 0.54% | 0.34% | - |
| HSV(B) | 230.43º | 0.7% | 0.53% | - |
| XYZ | 6.54 | 4.9 | 23.16 | - |
| YUV | 59.52 | 170.03 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 134 | 0.70 | 0.59 | 0 | 0.47 | 230.43 | 0.54 | 0.34 |
| Hex | 28 | 37 | 86 | 46 | 3B | 0 | 2F | E6 | 36 | 22 |
| Octal | 50 | 67 | 206 | 106 | 73 | 0 | 57 | 346 | 66 | 42 |
| Binary | 101000 | 110111 | 10000110 | 1000110 | 111011 | 0 | 101111 | 11100110 | 110110 | 100010 |
Color Harmonies of #283786
Complementary color
Monochromatic Colors of #283786
Black with #283786
Text Example
Text Example
White with #283786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283786; }
p { color: rgb(40,55,134); }
H1.HeaderClassName
{
color: #283786;
}
.AnyTagClassName
{
color: #283786;
}
</style>
background-color css
<style>
a { background-color: #283786; }
a { background-color: rgb(40,55,134); }
div.DivClassName
{
background-color: #283786;
}
.BgClassName
{
background-color: #283786;
}
</style>
border-color css
<style>
span { border-color: #283786; }
span { border-color: rgb(40,55,134); }
td.TdClassName
{
border-color: #283786;
}
.TagClassName
{
border-color: #283786;
}
</style>