Shades of Resolution Blue #303F82
Tints of Resolution Blue #303F82
RGB
CMYK
RGB Variations
Color information
#303F82 (or 0x303F82) is known color: Resolution Blue. HEX triplet: 30, 3F and 82. RGB value is (48,63,130). Sum of RGB (Red+Green+Blue) = 48+63+130=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #303F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F82 is #CFC07D. Grayscale: #414141. Windows color (decimal): -13615230 or 8535856. OLE color: 8535856.
HSL color Cylindrical-coordinate representation of color #303F82: hue angle of 229.02º 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 #303F82 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 63 | 130 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.49 |
| HSL | 229.02º | 0.46% | 0.35% | - |
| HSV(B) | 229.02º | 0.63% | 0.51% | - |
| XYZ | 7.03 | 5.8 | 21.87 | - |
| YUV | 66.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 130 | 0.63 | 0.52 | 0 | 0.49 | 229.02 | 0.46 | 0.35 |
| Hex | 30 | 3F | 82 | 3F | 34 | 0 | 31 | E5 | 2E | 23 |
| Octal | 60 | 77 | 202 | 77 | 64 | 0 | 61 | 345 | 56 | 43 |
| Binary | 110000 | 111111 | 10000010 | 111111 | 110100 | 0 | 110001 | 11100101 | 101110 | 100011 |
Color Harmonies of #303F82
Complementary color
Monochromatic Colors of #303F82
Black with #303F82
Text Example
Text Example
White with #303F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F82; }
p { color: rgb(48,63,130); }
H1.HeaderClassName
{
color: #303F82;
}
.AnyTagClassName
{
color: #303F82;
}
</style>
background-color css
<style>
a { background-color: #303F82; }
a { background-color: rgb(48,63,130); }
div.DivClassName
{
background-color: #303F82;
}
.BgClassName
{
background-color: #303F82;
}
</style>
border-color css
<style>
span { border-color: #303F82; }
span { border-color: rgb(48,63,130); }
td.TdClassName
{
border-color: #303F82;
}
.TagClassName
{
border-color: #303F82;
}
</style>