Shades of Resolution Blue #304073
Tints of Resolution Blue #304073
RGB
CMYK
RGB Variations
Color information
#304073 (or 0x304073) is known color: Resolution Blue. HEX triplet: 30, 40 and 73. RGB value is (48,64,115). Sum of RGB (Red+Green+Blue) = 48+64+115=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #304073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304073 is #CFBF8C. Grayscale: #404040. Windows color (decimal): -13614989 or 7553072. OLE color: 7553072.
HSL color Cylindrical-coordinate representation of color #304073: hue angle of 225.67º 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 #304073 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 64 | 115 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.55 |
| HSL | 225.67º | 0.41% | 0.32% | - |
| HSV(B) | 225.67º | 0.58% | 0.45% | - |
| XYZ | 6.15 | 5.53 | 16.96 | - |
| YUV | 65.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 115 | 0.58 | 0.44 | 0 | 0.55 | 225.67 | 0.41 | 0.32 |
| Hex | 30 | 40 | 73 | 3A | 2C | 0 | 37 | E2 | 29 | 20 |
| Octal | 60 | 100 | 163 | 72 | 54 | 0 | 67 | 342 | 51 | 40 |
| Binary | 110000 | 1000000 | 1110011 | 111010 | 101100 | 0 | 110111 | 11100010 | 101001 | 100000 |
Color Harmonies of #304073
Complementary color
Monochromatic Colors of #304073
Black with #304073
Text Example
Text Example
White with #304073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304073; }
p { color: rgb(48,64,115); }
H1.HeaderClassName
{
color: #304073;
}
.AnyTagClassName
{
color: #304073;
}
</style>
background-color css
<style>
a { background-color: #304073; }
a { background-color: rgb(48,64,115); }
div.DivClassName
{
background-color: #304073;
}
.BgClassName
{
background-color: #304073;
}
</style>
border-color css
<style>
span { border-color: #304073; }
span { border-color: rgb(48,64,115); }
td.TdClassName
{
border-color: #304073;
}
.TagClassName
{
border-color: #304073;
}
</style>