Shades of Resolution Blue #303D71
Tints of Resolution Blue #303D71
RGB
CMYK
RGB Variations
Color information
#303D71 (or 0x303D71) is known color: Resolution Blue. HEX triplet: 30, 3D and 71. RGB value is (48,61,113). Sum of RGB (Red+Green+Blue) = 48+61+113=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #303D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D71 is #CFC28E. Grayscale: #3E3E3E. Windows color (decimal): -13615759 or 7421232. OLE color: 7421232.
HSL color Cylindrical-coordinate representation of color #303D71: hue angle of 228º 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 #303D71 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 61 | 113 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.56 |
| HSL | 228º | 0.4% | 0.32% | - |
| HSV(B) | 228º | 0.58% | 0.44% | - |
| XYZ | 5.87 | 5.16 | 16.31 | - |
| YUV | 63.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 113 | 0.58 | 0.46 | 0 | 0.56 | 228 | 0.4 | 0.32 |
| Hex | 30 | 3D | 71 | 3A | 2E | 0 | 38 | E4 | 28 | 20 |
| Octal | 60 | 75 | 161 | 72 | 56 | 0 | 70 | 344 | 50 | 40 |
| Binary | 110000 | 111101 | 1110001 | 111010 | 101110 | 0 | 111000 | 11100100 | 101000 | 100000 |
Color Harmonies of #303D71
Complementary color
Monochromatic Colors of #303D71
Black with #303D71
Text Example
Text Example
White with #303D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D71; }
p { color: rgb(48,61,113); }
H1.HeaderClassName
{
color: #303D71;
}
.AnyTagClassName
{
color: #303D71;
}
</style>
background-color css
<style>
a { background-color: #303D71; }
a { background-color: rgb(48,61,113); }
div.DivClassName
{
background-color: #303D71;
}
.BgClassName
{
background-color: #303D71;
}
</style>
border-color css
<style>
span { border-color: #303D71; }
span { border-color: rgb(48,61,113); }
td.TdClassName
{
border-color: #303D71;
}
.TagClassName
{
border-color: #303D71;
}
</style>