Shades of Resolution Blue #283773
Tints of Resolution Blue #283773
RGB
CMYK
RGB Variations
Color information
#283773 (or 0x283773) is known color: Resolution Blue. HEX triplet: 28, 37 and 73. RGB value is (40,55,115). Sum of RGB (Red+Green+Blue) = 40+55+115=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #283773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283773 is #D7C88C. Grayscale: #393939. Windows color (decimal): -14141581 or 7550760. OLE color: 7550760.
HSL color Cylindrical-coordinate representation of color #283773: hue angle of 228º 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 #283773 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 55 | 115 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.55 |
| HSL | 228º | 0.48% | 0.3% | - |
| HSV(B) | 228º | 0.65% | 0.45% | - |
| XYZ | 5.34 | 4.42 | 16.79 | - |
| YUV | 57.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 115 | 0.65 | 0.52 | 0 | 0.55 | 228 | 0.48 | 0.3 |
| Hex | 28 | 37 | 73 | 41 | 34 | 0 | 37 | E4 | 30 | 1E |
| Octal | 50 | 67 | 163 | 101 | 64 | 0 | 67 | 344 | 60 | 36 |
| Binary | 101000 | 110111 | 1110011 | 1000001 | 110100 | 0 | 110111 | 11100100 | 110000 | 11110 |
Color Harmonies of #283773
Complementary color
Monochromatic Colors of #283773
Black with #283773
Text Example
Text Example
White with #283773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283773; }
p { color: rgb(40,55,115); }
H1.HeaderClassName
{
color: #283773;
}
.AnyTagClassName
{
color: #283773;
}
</style>
background-color css
<style>
a { background-color: #283773; }
a { background-color: rgb(40,55,115); }
div.DivClassName
{
background-color: #283773;
}
.BgClassName
{
background-color: #283773;
}
</style>
border-color css
<style>
span { border-color: #283773; }
span { border-color: rgb(40,55,115); }
td.TdClassName
{
border-color: #283773;
}
.TagClassName
{
border-color: #283773;
}
</style>