Shades of Resolution Blue #304470
Tints of Resolution Blue #304470
RGB
CMYK
RGB Variations
Color information
#304470 (or 0x304470) is known color: Resolution Blue. HEX triplet: 30, 44 and 70. RGB value is (48,68,112). Sum of RGB (Red+Green+Blue) = 48+68+112=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #304470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304470 is #CFBB8F. Grayscale: #424242. Windows color (decimal): -13613968 or 7357488. OLE color: 7357488.
HSL color Cylindrical-coordinate representation of color #304470: hue angle of 221.25º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #304470 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 68 | 112 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.56 |
| HSL | 221.25º | 0.4% | 0.31% | - |
| HSV(B) | 221.25º | 0.57% | 0.44% | - |
| XYZ | 6.21 | 5.93 | 16.15 | - |
| YUV | 67.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 112 | 0.57 | 0.39 | 0 | 0.56 | 221.25 | 0.4 | 0.31 |
| Hex | 30 | 44 | 70 | 39 | 27 | 0 | 38 | DD | 28 | 1F |
| Octal | 60 | 104 | 160 | 71 | 47 | 0 | 70 | 335 | 50 | 37 |
| Binary | 110000 | 1000100 | 1110000 | 111001 | 100111 | 0 | 111000 | 11011101 | 101000 | 11111 |
Color Harmonies of #304470
Complementary color
Monochromatic Colors of #304470
Black with #304470
Text Example
Text Example
White with #304470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304470; }
p { color: rgb(48,68,112); }
H1.HeaderClassName
{
color: #304470;
}
.AnyTagClassName
{
color: #304470;
}
</style>
background-color css
<style>
a { background-color: #304470; }
a { background-color: rgb(48,68,112); }
div.DivClassName
{
background-color: #304470;
}
.BgClassName
{
background-color: #304470;
}
</style>
border-color css
<style>
span { border-color: #304470; }
span { border-color: rgb(48,68,112); }
td.TdClassName
{
border-color: #304470;
}
.TagClassName
{
border-color: #304470;
}
</style>