Shades of Resolution Blue #283772
Tints of Resolution Blue #283772
RGB
CMYK
RGB Variations
Color information
#283772 (or 0x283772) is known color: Resolution Blue. HEX triplet: 28, 37 and 72. RGB value is (40,55,114). Sum of RGB (Red+Green+Blue) = 40+55+114=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #283772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283772 is #D7C88D. Grayscale: #383838. Windows color (decimal): -14141582 or 7485224. OLE color: 7485224.
HSL color Cylindrical-coordinate representation of color #283772: hue angle of 227.84º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283772 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 55 | 114 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.55 |
| HSL | 227.84º | 0.48% | 0.3% | - |
| HSV(B) | 227.84º | 0.65% | 0.45% | - |
| XYZ | 5.28 | 4.4 | 16.49 | - |
| YUV | 57.24 | 160.03 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 114 | 0.65 | 0.52 | 0 | 0.55 | 227.84 | 0.48 | 0.3 |
| Hex | 28 | 37 | 72 | 41 | 34 | 0 | 37 | E4 | 30 | 1E |
| Octal | 50 | 67 | 162 | 101 | 64 | 0 | 67 | 344 | 60 | 36 |
| Binary | 101000 | 110111 | 1110010 | 1000001 | 110100 | 0 | 110111 | 11100100 | 110000 | 11110 |
Color Harmonies of #283772
Complementary color
Monochromatic Colors of #283772
Black with #283772
Text Example
Text Example
White with #283772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283772; }
p { color: rgb(40,55,114); }
H1.HeaderClassName
{
color: #283772;
}
.AnyTagClassName
{
color: #283772;
}
</style>
background-color css
<style>
a { background-color: #283772; }
a { background-color: rgb(40,55,114); }
div.DivClassName
{
background-color: #283772;
}
.BgClassName
{
background-color: #283772;
}
</style>
border-color css
<style>
span { border-color: #283772; }
span { border-color: rgb(40,55,114); }
td.TdClassName
{
border-color: #283772;
}
.TagClassName
{
border-color: #283772;
}
</style>