Shades of Resolution Blue #303E76
Tints of Resolution Blue #303E76
RGB
CMYK
RGB Variations
Color information
#303E76 (or 0x303E76) is known color: Resolution Blue. HEX triplet: 30, 3E and 76. RGB value is (48,62,118). Sum of RGB (Red+Green+Blue) = 48+62+118=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #303E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E76 is #CFC189. Grayscale: #3F3F3F. Windows color (decimal): -13615498 or 7749168. OLE color: 7749168.
HSL color Cylindrical-coordinate representation of color #303E76: hue angle of 228º 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 #303E76 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 62 | 118 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.54 |
| HSL | 228º | 0.42% | 0.33% | - |
| HSV(B) | 228º | 0.59% | 0.46% | - |
| XYZ | 6.21 | 5.38 | 17.85 | - |
| YUV | 64.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 118 | 0.59 | 0.47 | 0 | 0.54 | 228 | 0.42 | 0.33 |
| Hex | 30 | 3E | 76 | 3B | 2F | 0 | 36 | E4 | 2A | 21 |
| Octal | 60 | 76 | 166 | 73 | 57 | 0 | 66 | 344 | 52 | 41 |
| Binary | 110000 | 111110 | 1110110 | 111011 | 101111 | 0 | 110110 | 11100100 | 101010 | 100001 |
Color Harmonies of #303E76
Complementary color
Monochromatic Colors of #303E76
Black with #303E76
Text Example
Text Example
White with #303E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E76; }
p { color: rgb(48,62,118); }
H1.HeaderClassName
{
color: #303E76;
}
.AnyTagClassName
{
color: #303E76;
}
</style>
background-color css
<style>
a { background-color: #303E76; }
a { background-color: rgb(48,62,118); }
div.DivClassName
{
background-color: #303E76;
}
.BgClassName
{
background-color: #303E76;
}
</style>
border-color css
<style>
span { border-color: #303E76; }
span { border-color: rgb(48,62,118); }
td.TdClassName
{
border-color: #303E76;
}
.TagClassName
{
border-color: #303E76;
}
</style>