Shades of Resolution Blue #303F70
Tints of Resolution Blue #303F70
RGB
CMYK
RGB Variations
Color information
#303F70 (or 0x303F70) is known color: Resolution Blue. HEX triplet: 30, 3F and 70. RGB value is (48,63,112). Sum of RGB (Red+Green+Blue) = 48+63+112=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #303F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F70 is #CFC08F. Grayscale: #3F3F3F. Windows color (decimal): -13615248 or 7356208. OLE color: 7356208.
HSL color Cylindrical-coordinate representation of color #303F70: hue angle of 225.94º 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 #303F70 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 63 | 112 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.56 |
| HSL | 225.94º | 0.4% | 0.31% | - |
| HSV(B) | 225.94º | 0.57% | 0.44% | - |
| XYZ | 5.92 | 5.35 | 16.05 | - |
| YUV | 64.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 112 | 0.57 | 0.44 | 0 | 0.56 | 225.94 | 0.4 | 0.31 |
| Hex | 30 | 3F | 70 | 39 | 2C | 0 | 38 | E2 | 28 | 1F |
| Octal | 60 | 77 | 160 | 71 | 54 | 0 | 70 | 342 | 50 | 37 |
| Binary | 110000 | 111111 | 1110000 | 111001 | 101100 | 0 | 111000 | 11100010 | 101000 | 11111 |
Color Harmonies of #303F70
Complementary color
Monochromatic Colors of #303F70
Black with #303F70
Text Example
Text Example
White with #303F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F70; }
p { color: rgb(48,63,112); }
H1.HeaderClassName
{
color: #303F70;
}
.AnyTagClassName
{
color: #303F70;
}
</style>
background-color css
<style>
a { background-color: #303F70; }
a { background-color: rgb(48,63,112); }
div.DivClassName
{
background-color: #303F70;
}
.BgClassName
{
background-color: #303F70;
}
</style>
border-color css
<style>
span { border-color: #303F70; }
span { border-color: rgb(48,63,112); }
td.TdClassName
{
border-color: #303F70;
}
.TagClassName
{
border-color: #303F70;
}
</style>