Shades of Resolution Blue #303D73
Tints of Resolution Blue #303D73
RGB
CMYK
RGB Variations
Color information
#303D73 (or 0x303D73) is known color: Resolution Blue. HEX triplet: 30, 3D and 73. RGB value is (48,61,115). Sum of RGB (Red+Green+Blue) = 48+61+115=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #303D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D73 is #CFC28C. Grayscale: #3F3F3F. Windows color (decimal): -13615757 or 7552304. OLE color: 7552304.
HSL color Cylindrical-coordinate representation of color #303D73: hue angle of 228.36º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303D73 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 61 | 115 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.55 |
| HSL | 228.36º | 0.41% | 0.32% | - |
| HSV(B) | 228.36º | 0.58% | 0.45% | - |
| XYZ | 5.98 | 5.2 | 16.91 | - |
| YUV | 63.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 115 | 0.58 | 0.47 | 0 | 0.55 | 228.36 | 0.41 | 0.32 |
| Hex | 30 | 3D | 73 | 3A | 2F | 0 | 37 | E4 | 29 | 20 |
| Octal | 60 | 75 | 163 | 72 | 57 | 0 | 67 | 344 | 51 | 40 |
| Binary | 110000 | 111101 | 1110011 | 111010 | 101111 | 0 | 110111 | 11100100 | 101001 | 100000 |
Color Harmonies of #303D73
Complementary color
Monochromatic Colors of #303D73
Black with #303D73
Text Example
Text Example
White with #303D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D73; }
p { color: rgb(48,61,115); }
H1.HeaderClassName
{
color: #303D73;
}
.AnyTagClassName
{
color: #303D73;
}
</style>
background-color css
<style>
a { background-color: #303D73; }
a { background-color: rgb(48,61,115); }
div.DivClassName
{
background-color: #303D73;
}
.BgClassName
{
background-color: #303D73;
}
</style>
border-color css
<style>
span { border-color: #303D73; }
span { border-color: rgb(48,61,115); }
td.TdClassName
{
border-color: #303D73;
}
.TagClassName
{
border-color: #303D73;
}
</style>