Shades of Resolution Blue #303F84
Tints of Resolution Blue #303F84
RGB
CMYK
RGB Variations
Color information
#303F84 (or 0x303F84) is known color: Resolution Blue. HEX triplet: 30, 3F and 84. RGB value is (48,63,132). Sum of RGB (Red+Green+Blue) = 48+63+132=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #303F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F84 is #CFC07B. Grayscale: #424242. Windows color (decimal): -13615228 or 8666928. OLE color: 8666928.
HSL color Cylindrical-coordinate representation of color #303F84: hue angle of 229.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303F84 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 63 | 132 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.48 |
| HSL | 229.29º | 0.47% | 0.35% | - |
| HSV(B) | 229.29º | 0.64% | 0.52% | - |
| XYZ | 7.16 | 5.85 | 22.58 | - |
| YUV | 66.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 132 | 0.64 | 0.52 | 0 | 0.48 | 229.29 | 0.47 | 0.35 |
| Hex | 30 | 3F | 84 | 40 | 34 | 0 | 30 | E5 | 2F | 23 |
| Octal | 60 | 77 | 204 | 100 | 64 | 0 | 60 | 345 | 57 | 43 |
| Binary | 110000 | 111111 | 10000100 | 1000000 | 110100 | 0 | 110000 | 11100101 | 101111 | 100011 |
Color Harmonies of #303F84
Complementary color
Monochromatic Colors of #303F84
Black with #303F84
Text Example
Text Example
White with #303F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F84; }
p { color: rgb(48,63,132); }
H1.HeaderClassName
{
color: #303F84;
}
.AnyTagClassName
{
color: #303F84;
}
</style>
background-color css
<style>
a { background-color: #303F84; }
a { background-color: rgb(48,63,132); }
div.DivClassName
{
background-color: #303F84;
}
.BgClassName
{
background-color: #303F84;
}
</style>
border-color css
<style>
span { border-color: #303F84; }
span { border-color: rgb(48,63,132); }
td.TdClassName
{
border-color: #303F84;
}
.TagClassName
{
border-color: #303F84;
}
</style>