Shades of Resolution Blue #283771
Tints of Resolution Blue #283771
RGB
CMYK
RGB Variations
Color information
#283771 (or 0x283771) is known color: Resolution Blue. HEX triplet: 28, 37 and 71. RGB value is (40,55,113). Sum of RGB (Red+Green+Blue) = 40+55+113=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #283771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283771 is #D7C88E. Grayscale: #383838. Windows color (decimal): -14141583 or 7419688. OLE color: 7419688.
HSL color Cylindrical-coordinate representation of color #283771: hue angle of 227.67º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283771 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 55 | 113 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.56 |
| HSL | 227.67º | 0.48% | 0.3% | - |
| HSV(B) | 227.67º | 0.65% | 0.44% | - |
| XYZ | 5.22 | 4.38 | 16.19 | - |
| YUV | 57.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 113 | 0.65 | 0.51 | 0 | 0.56 | 227.67 | 0.48 | 0.3 |
| Hex | 28 | 37 | 71 | 41 | 33 | 0 | 38 | E4 | 30 | 1E |
| Octal | 50 | 67 | 161 | 101 | 63 | 0 | 70 | 344 | 60 | 36 |
| Binary | 101000 | 110111 | 1110001 | 1000001 | 110011 | 0 | 111000 | 11100100 | 110000 | 11110 |
Color Harmonies of #283771
Complementary color
Monochromatic Colors of #283771
Black with #283771
Text Example
Text Example
White with #283771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283771; }
p { color: rgb(40,55,113); }
H1.HeaderClassName
{
color: #283771;
}
.AnyTagClassName
{
color: #283771;
}
</style>
background-color css
<style>
a { background-color: #283771; }
a { background-color: rgb(40,55,113); }
div.DivClassName
{
background-color: #283771;
}
.BgClassName
{
background-color: #283771;
}
</style>
border-color css
<style>
span { border-color: #283771; }
span { border-color: rgb(40,55,113); }
td.TdClassName
{
border-color: #283771;
}
.TagClassName
{
border-color: #283771;
}
</style>