Shades of Resolution Blue #30447E
Tints of Resolution Blue #30447E
RGB
CMYK
RGB Variations
Color information
#30447E (or 0x30447E) is known color: Resolution Blue. HEX triplet: 30, 44 and 7E. RGB value is (48,68,126). Sum of RGB (Red+Green+Blue) = 48+68+126=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #30447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30447E is #CFBB81. Grayscale: #444444. Windows color (decimal): -13613954 or 8274992. OLE color: 8274992.
HSL color Cylindrical-coordinate representation of color #30447E: hue angle of 224.62º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30447E is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 68 | 126 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.51 |
| HSL | 224.62º | 0.45% | 0.34% | - |
| HSV(B) | 224.62º | 0.62% | 0.49% | - |
| XYZ | 7.05 | 6.27 | 20.58 | - |
| YUV | 68.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 126 | 0.62 | 0.46 | 0 | 0.51 | 224.62 | 0.45 | 0.34 |
| Hex | 30 | 44 | 7E | 3E | 2E | 0 | 33 | E1 | 2D | 22 |
| Octal | 60 | 104 | 176 | 76 | 56 | 0 | 63 | 341 | 55 | 42 |
| Binary | 110000 | 1000100 | 1111110 | 111110 | 101110 | 0 | 110011 | 11100001 | 101101 | 100010 |
Color Harmonies of #30447E
Complementary color
Monochromatic Colors of #30447E
Black with #30447E
Text Example
Text Example
White with #30447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30447E; }
p { color: rgb(48,68,126); }
H1.HeaderClassName
{
color: #30447E;
}
.AnyTagClassName
{
color: #30447E;
}
</style>
background-color css
<style>
a { background-color: #30447E; }
a { background-color: rgb(48,68,126); }
div.DivClassName
{
background-color: #30447E;
}
.BgClassName
{
background-color: #30447E;
}
</style>
border-color css
<style>
span { border-color: #30447E; }
span { border-color: rgb(48,68,126); }
td.TdClassName
{
border-color: #30447E;
}
.TagClassName
{
border-color: #30447E;
}
</style>