Shades of Resolution Blue #303C71
Tints of Resolution Blue #303C71
RGB
CMYK
RGB Variations
Color information
#303C71 (or 0x303C71) is known color: Resolution Blue. HEX triplet: 30, 3C and 71. RGB value is (48,60,113). Sum of RGB (Red+Green+Blue) = 48+60+113=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #303C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C71 is #CFC38E. Grayscale: #3E3E3E. Windows color (decimal): -13616015 or 7420976. OLE color: 7420976.
HSL color Cylindrical-coordinate representation of color #303C71: hue angle of 228.92º 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 #303C71 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 60 | 113 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.56 |
| HSL | 228.92º | 0.4% | 0.32% | - |
| HSV(B) | 228.92º | 0.58% | 0.44% | - |
| XYZ | 5.82 | 5.05 | 16.29 | - |
| YUV | 62.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 113 | 0.58 | 0.47 | 0 | 0.56 | 228.92 | 0.4 | 0.32 |
| Hex | 30 | 3C | 71 | 3A | 2F | 0 | 38 | E5 | 28 | 20 |
| Octal | 60 | 74 | 161 | 72 | 57 | 0 | 70 | 345 | 50 | 40 |
| Binary | 110000 | 111100 | 1110001 | 111010 | 101111 | 0 | 111000 | 11100101 | 101000 | 100000 |
Color Harmonies of #303C71
Complementary color
Monochromatic Colors of #303C71
Black with #303C71
Text Example
Text Example
White with #303C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C71; }
p { color: rgb(48,60,113); }
H1.HeaderClassName
{
color: #303C71;
}
.AnyTagClassName
{
color: #303C71;
}
</style>
background-color css
<style>
a { background-color: #303C71; }
a { background-color: rgb(48,60,113); }
div.DivClassName
{
background-color: #303C71;
}
.BgClassName
{
background-color: #303C71;
}
</style>
border-color css
<style>
span { border-color: #303C71; }
span { border-color: rgb(48,60,113); }
td.TdClassName
{
border-color: #303C71;
}
.TagClassName
{
border-color: #303C71;
}
</style>