Shades of Resolution Blue #303E71
Tints of Resolution Blue #303E71
RGB
CMYK
RGB Variations
Color information
#303E71 (or 0x303E71) is known color: Resolution Blue. HEX triplet: 30, 3E and 71. RGB value is (48,62,113). Sum of RGB (Red+Green+Blue) = 48+62+113=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #303E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E71 is #CFC18E. Grayscale: #3F3F3F. Windows color (decimal): -13615503 or 7421488. OLE color: 7421488.
HSL color Cylindrical-coordinate representation of color #303E71: hue angle of 227.08º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303E71 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 62 | 113 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.56 |
| HSL | 227.08º | 0.4% | 0.32% | - |
| HSV(B) | 227.08º | 0.58% | 0.44% | - |
| XYZ | 5.92 | 5.27 | 16.33 | - |
| YUV | 63.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 113 | 0.58 | 0.45 | 0 | 0.56 | 227.08 | 0.4 | 0.32 |
| Hex | 30 | 3E | 71 | 3A | 2D | 0 | 38 | E3 | 28 | 20 |
| Octal | 60 | 76 | 161 | 72 | 55 | 0 | 70 | 343 | 50 | 40 |
| Binary | 110000 | 111110 | 1110001 | 111010 | 101101 | 0 | 111000 | 11100011 | 101000 | 100000 |
Color Harmonies of #303E71
Complementary color
Monochromatic Colors of #303E71
Black with #303E71
Text Example
Text Example
White with #303E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E71; }
p { color: rgb(48,62,113); }
H1.HeaderClassName
{
color: #303E71;
}
.AnyTagClassName
{
color: #303E71;
}
</style>
background-color css
<style>
a { background-color: #303E71; }
a { background-color: rgb(48,62,113); }
div.DivClassName
{
background-color: #303E71;
}
.BgClassName
{
background-color: #303E71;
}
</style>
border-color css
<style>
span { border-color: #303E71; }
span { border-color: rgb(48,62,113); }
td.TdClassName
{
border-color: #303E71;
}
.TagClassName
{
border-color: #303E71;
}
</style>