Shades of Resolution Blue #303F72
Tints of Resolution Blue #303F72
RGB
CMYK
RGB Variations
Color information
#303F72 (or 0x303F72) is known color: Resolution Blue. HEX triplet: 30, 3F and 72. RGB value is (48,63,114). Sum of RGB (Red+Green+Blue) = 48+63+114=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #303F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F72 is #CFC08D. Grayscale: #404040. Windows color (decimal): -13615246 or 7487280. OLE color: 7487280.
HSL color Cylindrical-coordinate representation of color #303F72: hue angle of 226.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 #303F72 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 63 | 114 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.55 |
| HSL | 226.36º | 0.41% | 0.32% | - |
| HSV(B) | 226.36º | 0.58% | 0.45% | - |
| XYZ | 6.03 | 5.4 | 16.64 | - |
| YUV | 64.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 114 | 0.58 | 0.45 | 0 | 0.55 | 226.36 | 0.41 | 0.32 |
| Hex | 30 | 3F | 72 | 3A | 2D | 0 | 37 | E2 | 29 | 20 |
| Octal | 60 | 77 | 162 | 72 | 55 | 0 | 67 | 342 | 51 | 40 |
| Binary | 110000 | 111111 | 1110010 | 111010 | 101101 | 0 | 110111 | 11100010 | 101001 | 100000 |
Color Harmonies of #303F72
Complementary color
Monochromatic Colors of #303F72
Black with #303F72
Text Example
Text Example
White with #303F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F72; }
p { color: rgb(48,63,114); }
H1.HeaderClassName
{
color: #303F72;
}
.AnyTagClassName
{
color: #303F72;
}
</style>
background-color css
<style>
a { background-color: #303F72; }
a { background-color: rgb(48,63,114); }
div.DivClassName
{
background-color: #303F72;
}
.BgClassName
{
background-color: #303F72;
}
</style>
border-color css
<style>
span { border-color: #303F72; }
span { border-color: rgb(48,63,114); }
td.TdClassName
{
border-color: #303F72;
}
.TagClassName
{
border-color: #303F72;
}
</style>