Shades of Resolution Blue #303D72
Tints of Resolution Blue #303D72
RGB
CMYK
RGB Variations
Color information
#303D72 (or 0x303D72) is known color: Resolution Blue. HEX triplet: 30, 3D and 72. RGB value is (48,61,114). Sum of RGB (Red+Green+Blue) = 48+61+114=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #303D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D72 is #CFC28D. Grayscale: #3E3E3E. Windows color (decimal): -13615758 or 7486768. OLE color: 7486768.
HSL color Cylindrical-coordinate representation of color #303D72: hue angle of 228.18º 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 #303D72 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 61 | 114 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.55 |
| HSL | 228.18º | 0.41% | 0.32% | - |
| HSV(B) | 228.18º | 0.58% | 0.45% | - |
| XYZ | 5.92 | 5.18 | 16.61 | - |
| YUV | 63.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 114 | 0.58 | 0.46 | 0 | 0.55 | 228.18 | 0.41 | 0.32 |
| Hex | 30 | 3D | 72 | 3A | 2E | 0 | 37 | E4 | 29 | 20 |
| Octal | 60 | 75 | 162 | 72 | 56 | 0 | 67 | 344 | 51 | 40 |
| Binary | 110000 | 111101 | 1110010 | 111010 | 101110 | 0 | 110111 | 11100100 | 101001 | 100000 |
Color Harmonies of #303D72
Complementary color
Monochromatic Colors of #303D72
Black with #303D72
Text Example
Text Example
White with #303D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D72; }
p { color: rgb(48,61,114); }
H1.HeaderClassName
{
color: #303D72;
}
.AnyTagClassName
{
color: #303D72;
}
</style>
background-color css
<style>
a { background-color: #303D72; }
a { background-color: rgb(48,61,114); }
div.DivClassName
{
background-color: #303D72;
}
.BgClassName
{
background-color: #303D72;
}
</style>
border-color css
<style>
span { border-color: #303D72; }
span { border-color: rgb(48,61,114); }
td.TdClassName
{
border-color: #303D72;
}
.TagClassName
{
border-color: #303D72;
}
</style>