Shades of Resolution Blue #304773
Tints of Resolution Blue #304773
RGB
CMYK
RGB Variations
Color information
#304773 (or 0x304773) is known color: Resolution Blue. HEX triplet: 30, 47 and 73. RGB value is (48,71,115). Sum of RGB (Red+Green+Blue) = 48+71+115=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #304773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304773 is #CFB88C. Grayscale: #444444. Windows color (decimal): -13613197 or 7554864. OLE color: 7554864.
HSL color Cylindrical-coordinate representation of color #304773: hue angle of 219.4º 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 #304773 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 71 | 115 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.55 |
| HSL | 219.4º | 0.41% | 0.32% | - |
| HSV(B) | 219.4º | 0.58% | 0.45% | - |
| XYZ | 6.57 | 6.37 | 17.1 | - |
| YUV | 69.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 115 | 0.58 | 0.38 | 0 | 0.55 | 219.4 | 0.41 | 0.32 |
| Hex | 30 | 47 | 73 | 3A | 26 | 0 | 37 | DB | 29 | 20 |
| Octal | 60 | 107 | 163 | 72 | 46 | 0 | 67 | 333 | 51 | 40 |
| Binary | 110000 | 1000111 | 1110011 | 111010 | 100110 | 0 | 110111 | 11011011 | 101001 | 100000 |
Color Harmonies of #304773
Complementary color
Monochromatic Colors of #304773
Black with #304773
Text Example
Text Example
White with #304773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304773; }
p { color: rgb(48,71,115); }
H1.HeaderClassName
{
color: #304773;
}
.AnyTagClassName
{
color: #304773;
}
</style>
background-color css
<style>
a { background-color: #304773; }
a { background-color: rgb(48,71,115); }
div.DivClassName
{
background-color: #304773;
}
.BgClassName
{
background-color: #304773;
}
</style>
border-color css
<style>
span { border-color: #304773; }
span { border-color: rgb(48,71,115); }
td.TdClassName
{
border-color: #304773;
}
.TagClassName
{
border-color: #304773;
}
</style>