Shades of Resolution Blue #303F7F
Tints of Resolution Blue #303F7F
RGB
CMYK
RGB Variations
Color information
#303F7F (or 0x303F7F) is known color: Resolution Blue. HEX triplet: 30, 3F and 7F. RGB value is (48,63,127). Sum of RGB (Red+Green+Blue) = 48+63+127=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #303F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F7F is #CFC080. Grayscale: #414141. Windows color (decimal): -13615233 or 8339248. OLE color: 8339248.
HSL color Cylindrical-coordinate representation of color #303F7F: hue angle of 228.61º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #303F7F is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 63 | 127 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.50 |
| HSL | 228.61º | 0.45% | 0.34% | - |
| HSV(B) | 228.61º | 0.62% | 0.5% | - |
| XYZ | 6.83 | 5.72 | 20.82 | - |
| YUV | 65.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 127 | 0.62 | 0.50 | 0 | 0.50 | 228.61 | 0.45 | 0.34 |
| Hex | 30 | 3F | 7F | 3E | 32 | 0 | 32 | E5 | 2D | 22 |
| Octal | 60 | 77 | 177 | 76 | 62 | 0 | 62 | 345 | 55 | 42 |
| Binary | 110000 | 111111 | 1111111 | 111110 | 110010 | 0 | 110010 | 11100101 | 101101 | 100010 |
Color Harmonies of #303F7F
Complementary color
Monochromatic Colors of #303F7F
Black with #303F7F
Text Example
Text Example
White with #303F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F7F; }
p { color: rgb(48,63,127); }
H1.HeaderClassName
{
color: #303F7F;
}
.AnyTagClassName
{
color: #303F7F;
}
</style>
background-color css
<style>
a { background-color: #303F7F; }
a { background-color: rgb(48,63,127); }
div.DivClassName
{
background-color: #303F7F;
}
.BgClassName
{
background-color: #303F7F;
}
</style>
border-color css
<style>
span { border-color: #303F7F; }
span { border-color: rgb(48,63,127); }
td.TdClassName
{
border-color: #303F7F;
}
.TagClassName
{
border-color: #303F7F;
}
</style>