Shades of Resolution Blue #304573
Tints of Resolution Blue #304573
RGB
CMYK
RGB Variations
Color information
#304573 (or 0x304573) is known color: Resolution Blue. HEX triplet: 30, 45 and 73. RGB value is (48,69,115). Sum of RGB (Red+Green+Blue) = 48+69+115=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #304573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304573 is #CFBA8C. Grayscale: #434343. Windows color (decimal): -13613709 or 7554352. OLE color: 7554352.
HSL color Cylindrical-coordinate representation of color #304573: hue angle of 221.19º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304573 is Cyan = 0.58, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 69 | 115 | - |
| CMYK | 0.58 | 0.4 | 0 | 0.55 |
| HSL | 221.19º | 0.41% | 0.32% | - |
| HSV(B) | 221.19º | 0.58% | 0.45% | - |
| XYZ | 6.44 | 6.12 | 17.06 | - |
| YUV | 67.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 115 | 0.58 | 0.4 | 0 | 0.55 | 221.19 | 0.41 | 0.32 |
| Hex | 30 | 45 | 73 | 3A | 28 | 0 | 37 | DD | 29 | 20 |
| Octal | 60 | 105 | 163 | 72 | 50 | 0 | 67 | 335 | 51 | 40 |
| Binary | 110000 | 1000101 | 1110011 | 111010 | 101000 | 0 | 110111 | 11011101 | 101001 | 100000 |
Color Harmonies of #304573
Complementary color
Monochromatic Colors of #304573
Black with #304573
Text Example
Text Example
White with #304573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304573; }
p { color: rgb(48,69,115); }
H1.HeaderClassName
{
color: #304573;
}
.AnyTagClassName
{
color: #304573;
}
</style>
background-color css
<style>
a { background-color: #304573; }
a { background-color: rgb(48,69,115); }
div.DivClassName
{
background-color: #304573;
}
.BgClassName
{
background-color: #304573;
}
</style>
border-color css
<style>
span { border-color: #304573; }
span { border-color: rgb(48,69,115); }
td.TdClassName
{
border-color: #304573;
}
.TagClassName
{
border-color: #304573;
}
</style>