Shades of Resolution Blue #303E87
Tints of Resolution Blue #303E87
RGB
CMYK
RGB Variations
Color information
#303E87 (or 0x303E87) is known color: Resolution Blue. HEX triplet: 30, 3E and 87. RGB value is (48,62,135). Sum of RGB (Red+Green+Blue) = 48+62+135=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #303E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303E87 is #CFC178. Grayscale: #414141. Windows color (decimal): -13615481 or 8863280. OLE color: 8863280.
HSL color Cylindrical-coordinate representation of color #303E87: hue angle of 230.34º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303E87 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 62 | 135 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.47 |
| HSL | 230.34º | 0.48% | 0.36% | - |
| HSV(B) | 230.34º | 0.64% | 0.53% | - |
| XYZ | 7.31 | 5.82 | 23.66 | - |
| YUV | 66.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 135 | 0.64 | 0.54 | 0 | 0.47 | 230.34 | 0.48 | 0.36 |
| Hex | 30 | 3E | 87 | 40 | 36 | 0 | 2F | E6 | 30 | 24 |
| Octal | 60 | 76 | 207 | 100 | 66 | 0 | 57 | 346 | 60 | 44 |
| Binary | 110000 | 111110 | 10000111 | 1000000 | 110110 | 0 | 101111 | 11100110 | 110000 | 100100 |
Color Harmonies of #303E87
Complementary color
Monochromatic Colors of #303E87
Black with #303E87
Text Example
Text Example
White with #303E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E87; }
p { color: rgb(48,62,135); }
H1.HeaderClassName
{
color: #303E87;
}
.AnyTagClassName
{
color: #303E87;
}
</style>
background-color css
<style>
a { background-color: #303E87; }
a { background-color: rgb(48,62,135); }
div.DivClassName
{
background-color: #303E87;
}
.BgClassName
{
background-color: #303E87;
}
</style>
border-color css
<style>
span { border-color: #303E87; }
span { border-color: rgb(48,62,135); }
td.TdClassName
{
border-color: #303E87;
}
.TagClassName
{
border-color: #303E87;
}
</style>