Shades of Resolution Blue #303B76
Tints of Resolution Blue #303B76
RGB
CMYK
RGB Variations
Color information
#303B76 (or 0x303B76) is known color: Resolution Blue. HEX triplet: 30, 3B and 76. RGB value is (48,59,118). Sum of RGB (Red+Green+Blue) = 48+59+118=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #303B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B76 is #CFC489. Grayscale: #3E3E3E. Windows color (decimal): -13616266 or 7748400. OLE color: 7748400.
HSL color Cylindrical-coordinate representation of color #303B76: hue angle of 230.57º 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 #303B76 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 59 | 118 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.54 |
| HSL | 230.57º | 0.42% | 0.33% | - |
| HSV(B) | 230.57º | 0.59% | 0.46% | - |
| XYZ | 6.05 | 5.06 | 17.8 | - |
| YUV | 62.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 118 | 0.59 | 0.50 | 0 | 0.54 | 230.57 | 0.42 | 0.33 |
| Hex | 30 | 3B | 76 | 3B | 32 | 0 | 36 | E7 | 2A | 21 |
| Octal | 60 | 73 | 166 | 73 | 62 | 0 | 66 | 347 | 52 | 41 |
| Binary | 110000 | 111011 | 1110110 | 111011 | 110010 | 0 | 110110 | 11100111 | 101010 | 100001 |
Color Harmonies of #303B76
Complementary color
Monochromatic Colors of #303B76
Black with #303B76
Text Example
Text Example
White with #303B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B76; }
p { color: rgb(48,59,118); }
H1.HeaderClassName
{
color: #303B76;
}
.AnyTagClassName
{
color: #303B76;
}
</style>
background-color css
<style>
a { background-color: #303B76; }
a { background-color: rgb(48,59,118); }
div.DivClassName
{
background-color: #303B76;
}
.BgClassName
{
background-color: #303B76;
}
</style>
border-color css
<style>
span { border-color: #303B76; }
span { border-color: rgb(48,59,118); }
td.TdClassName
{
border-color: #303B76;
}
.TagClassName
{
border-color: #303B76;
}
</style>