Shades of Resolution Blue #284673
Tints of Resolution Blue #284673
RGB
CMYK
RGB Variations
Color information
#284673 (or 0x284673) is known color: Resolution Blue. HEX triplet: 28, 46 and 73. RGB value is (40,70,115). Sum of RGB (Red+Green+Blue) = 40+70+115=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #284673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284673 is #D7B98C. Grayscale: #414141. Windows color (decimal): -14137741 or 7554600. OLE color: 7554600.
HSL color Cylindrical-coordinate representation of color #284673: hue angle of 216º 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 #284673 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 70 | 115 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.55 |
| HSL | 216º | 0.48% | 0.3% | - |
| HSV(B) | 216º | 0.65% | 0.45% | - |
| XYZ | 6.16 | 6.07 | 17.07 | - |
| YUV | 66.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 115 | 0.65 | 0.39 | 0 | 0.55 | 216 | 0.48 | 0.3 |
| Hex | 28 | 46 | 73 | 41 | 27 | 0 | 37 | D8 | 30 | 1E |
| Octal | 50 | 106 | 163 | 101 | 47 | 0 | 67 | 330 | 60 | 36 |
| Binary | 101000 | 1000110 | 1110011 | 1000001 | 100111 | 0 | 110111 | 11011000 | 110000 | 11110 |
Color Harmonies of #284673
Complementary color
Monochromatic Colors of #284673
Black with #284673
Text Example
Text Example
White with #284673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284673; }
p { color: rgb(40,70,115); }
H1.HeaderClassName
{
color: #284673;
}
.AnyTagClassName
{
color: #284673;
}
</style>
background-color css
<style>
a { background-color: #284673; }
a { background-color: rgb(40,70,115); }
div.DivClassName
{
background-color: #284673;
}
.BgClassName
{
background-color: #284673;
}
</style>
border-color css
<style>
span { border-color: #284673; }
span { border-color: rgb(40,70,115); }
td.TdClassName
{
border-color: #284673;
}
.TagClassName
{
border-color: #284673;
}
</style>