Shades of Resolution Blue #303F81
Tints of Resolution Blue #303F81
RGB
CMYK
RGB Variations
Color information
#303F81 (or 0x303F81) is known color: Resolution Blue. HEX triplet: 30, 3F and 81. RGB value is (48,63,129). Sum of RGB (Red+Green+Blue) = 48+63+129=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #303F81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F81 is #CFC07E. Grayscale: #414141. Windows color (decimal): -13615231 or 8470320. OLE color: 8470320.
HSL color Cylindrical-coordinate representation of color #303F81: hue angle of 228.89º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303F81 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 63 | 129 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.49 |
| HSL | 228.89º | 0.46% | 0.35% | - |
| HSV(B) | 228.89º | 0.63% | 0.51% | - |
| XYZ | 6.96 | 5.77 | 21.52 | - |
| YUV | 66.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 129 | 0.63 | 0.51 | 0 | 0.49 | 228.89 | 0.46 | 0.35 |
| Hex | 30 | 3F | 81 | 3F | 33 | 0 | 31 | E5 | 2E | 23 |
| Octal | 60 | 77 | 201 | 77 | 63 | 0 | 61 | 345 | 56 | 43 |
| Binary | 110000 | 111111 | 10000001 | 111111 | 110011 | 0 | 110001 | 11100101 | 101110 | 100011 |
Color Harmonies of #303F81
Complementary color
Monochromatic Colors of #303F81
Black with #303F81
Text Example
Text Example
White with #303F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F81; }
p { color: rgb(48,63,129); }
H1.HeaderClassName
{
color: #303F81;
}
.AnyTagClassName
{
color: #303F81;
}
</style>
background-color css
<style>
a { background-color: #303F81; }
a { background-color: rgb(48,63,129); }
div.DivClassName
{
background-color: #303F81;
}
.BgClassName
{
background-color: #303F81;
}
</style>
border-color css
<style>
span { border-color: #303F81; }
span { border-color: rgb(48,63,129); }
td.TdClassName
{
border-color: #303F81;
}
.TagClassName
{
border-color: #303F81;
}
</style>