Shades of Resolution Blue #283573
Tints of Resolution Blue #283573
RGB
CMYK
RGB Variations
Color information
#283573 (or 0x283573) is known color: Resolution Blue. HEX triplet: 28, 35 and 73. RGB value is (40,53,115). Sum of RGB (Red+Green+Blue) = 40+53+115=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #283573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283573 is #D7CA8C. Grayscale: #373737. Windows color (decimal): -14142093 or 7550248. OLE color: 7550248.
HSL color Cylindrical-coordinate representation of color #283573: hue angle of 229.6º 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 #283573 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 53 | 115 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.55 |
| HSL | 229.6º | 0.48% | 0.3% | - |
| HSV(B) | 229.6º | 0.65% | 0.45% | - |
| XYZ | 5.24 | 4.24 | 16.76 | - |
| YUV | 56.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 115 | 0.65 | 0.54 | 0 | 0.55 | 229.6 | 0.48 | 0.3 |
| Hex | 28 | 35 | 73 | 41 | 36 | 0 | 37 | E6 | 30 | 1E |
| Octal | 50 | 65 | 163 | 101 | 66 | 0 | 67 | 346 | 60 | 36 |
| Binary | 101000 | 110101 | 1110011 | 1000001 | 110110 | 0 | 110111 | 11100110 | 110000 | 11110 |
Color Harmonies of #283573
Complementary color
Monochromatic Colors of #283573
Black with #283573
Text Example
Text Example
White with #283573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283573; }
p { color: rgb(40,53,115); }
H1.HeaderClassName
{
color: #283573;
}
.AnyTagClassName
{
color: #283573;
}
</style>
background-color css
<style>
a { background-color: #283573; }
a { background-color: rgb(40,53,115); }
div.DivClassName
{
background-color: #283573;
}
.BgClassName
{
background-color: #283573;
}
</style>
border-color css
<style>
span { border-color: #283573; }
span { border-color: rgb(40,53,115); }
td.TdClassName
{
border-color: #283573;
}
.TagClassName
{
border-color: #283573;
}
</style>