Shades of Resolution Blue #303F76
Tints of Resolution Blue #303F76
RGB
CMYK
RGB Variations
Color information
#303F76 (or 0x303F76) is known color: Resolution Blue. HEX triplet: 30, 3F and 76. RGB value is (48,63,118). Sum of RGB (Red+Green+Blue) = 48+63+118=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #303F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F76 is #CFC089. Grayscale: #404040. Windows color (decimal): -13615242 or 7749424. OLE color: 7749424.
HSL color Cylindrical-coordinate representation of color #303F76: hue angle of 227.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303F76 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 63 | 118 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.54 |
| HSL | 227.14º | 0.42% | 0.33% | - |
| HSV(B) | 227.14º | 0.59% | 0.46% | - |
| XYZ | 6.27 | 5.49 | 17.87 | - |
| YUV | 64.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 118 | 0.59 | 0.47 | 0 | 0.54 | 227.14 | 0.42 | 0.33 |
| Hex | 30 | 3F | 76 | 3B | 2F | 0 | 36 | E3 | 2A | 21 |
| Octal | 60 | 77 | 166 | 73 | 57 | 0 | 66 | 343 | 52 | 41 |
| Binary | 110000 | 111111 | 1110110 | 111011 | 101111 | 0 | 110110 | 11100011 | 101010 | 100001 |
Color Harmonies of #303F76
Complementary color
Monochromatic Colors of #303F76
Black with #303F76
Text Example
Text Example
White with #303F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F76; }
p { color: rgb(48,63,118); }
H1.HeaderClassName
{
color: #303F76;
}
.AnyTagClassName
{
color: #303F76;
}
</style>
background-color css
<style>
a { background-color: #303F76; }
a { background-color: rgb(48,63,118); }
div.DivClassName
{
background-color: #303F76;
}
.BgClassName
{
background-color: #303F76;
}
</style>
border-color css
<style>
span { border-color: #303F76; }
span { border-color: rgb(48,63,118); }
td.TdClassName
{
border-color: #303F76;
}
.TagClassName
{
border-color: #303F76;
}
</style>