Shades of Resolution Blue #303B70
Tints of Resolution Blue #303B70
RGB
CMYK
RGB Variations
Color information
#303B70 (or 0x303B70) is known color: Resolution Blue. HEX triplet: 30, 3B and 70. RGB value is (48,59,112). Sum of RGB (Red+Green+Blue) = 48+59+112=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #303B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B70 is #CFC48F. Grayscale: #3D3D3D. Windows color (decimal): -13616272 or 7355184. OLE color: 7355184.
HSL color Cylindrical-coordinate representation of color #303B70: hue angle of 229.69º 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 #303B70 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 59 | 112 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.56 |
| HSL | 229.69º | 0.4% | 0.31% | - |
| HSV(B) | 229.69º | 0.57% | 0.44% | - |
| XYZ | 5.71 | 4.93 | 15.98 | - |
| YUV | 61.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 112 | 0.57 | 0.47 | 0 | 0.56 | 229.69 | 0.4 | 0.31 |
| Hex | 30 | 3B | 70 | 39 | 2F | 0 | 38 | E6 | 28 | 1F |
| Octal | 60 | 73 | 160 | 71 | 57 | 0 | 70 | 346 | 50 | 37 |
| Binary | 110000 | 111011 | 1110000 | 111001 | 101111 | 0 | 111000 | 11100110 | 101000 | 11111 |
Color Harmonies of #303B70
Complementary color
Monochromatic Colors of #303B70
Black with #303B70
Text Example
Text Example
White with #303B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B70; }
p { color: rgb(48,59,112); }
H1.HeaderClassName
{
color: #303B70;
}
.AnyTagClassName
{
color: #303B70;
}
</style>
background-color css
<style>
a { background-color: #303B70; }
a { background-color: rgb(48,59,112); }
div.DivClassName
{
background-color: #303B70;
}
.BgClassName
{
background-color: #303B70;
}
</style>
border-color css
<style>
span { border-color: #303B70; }
span { border-color: rgb(48,59,112); }
td.TdClassName
{
border-color: #303B70;
}
.TagClassName
{
border-color: #303B70;
}
</style>