Shades of Resolution Blue #303A70
Tints of Resolution Blue #303A70
RGB
CMYK
RGB Variations
Color information
#303A70 (or 0x303A70) is known color: Resolution Blue. HEX triplet: 30, 3A and 70. RGB value is (48,58,112). Sum of RGB (Red+Green+Blue) = 48+58+112=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #303A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A70 is #CFC58F. Grayscale: #3C3C3C. Windows color (decimal): -13616528 or 7354928. OLE color: 7354928.
HSL color Cylindrical-coordinate representation of color #303A70: hue angle of 230.62º 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 #303A70 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 58 | 112 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.56 |
| HSL | 230.63º | 0.4% | 0.31% | - |
| HSV(B) | 230.63º | 0.57% | 0.44% | - |
| XYZ | 5.66 | 4.82 | 15.96 | - |
| YUV | 61.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 112 | 0.57 | 0.48 | 0 | 0.56 | 230.63 | 0.4 | 0.31 |
| Hex | 30 | 3A | 70 | 39 | 30 | 0 | 38 | E7 | 28 | 1F |
| Octal | 60 | 72 | 160 | 71 | 60 | 0 | 70 | 347 | 50 | 37 |
| Binary | 110000 | 111010 | 1110000 | 111001 | 110000 | 0 | 111000 | 11100111 | 101000 | 11111 |
Color Harmonies of #303A70
Complementary color
Monochromatic Colors of #303A70
Black with #303A70
Text Example
Text Example
White with #303A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A70; }
p { color: rgb(48,58,112); }
H1.HeaderClassName
{
color: #303A70;
}
.AnyTagClassName
{
color: #303A70;
}
</style>
background-color css
<style>
a { background-color: #303A70; }
a { background-color: rgb(48,58,112); }
div.DivClassName
{
background-color: #303A70;
}
.BgClassName
{
background-color: #303A70;
}
</style>
border-color css
<style>
span { border-color: #303A70; }
span { border-color: rgb(48,58,112); }
td.TdClassName
{
border-color: #303A70;
}
.TagClassName
{
border-color: #303A70;
}
</style>