Shades of Resolution Blue #30496E
Tints of Resolution Blue #30496E
RGB
CMYK
RGB Variations
Color information
#30496E (or 0x30496E) is known color: Resolution Blue. HEX triplet: 30, 49 and 6E. RGB value is (48,73,110). Sum of RGB (Red+Green+Blue) = 48+73+110=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #30496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30496E is #CFB691. Grayscale: #454545. Windows color (decimal): -13612690 or 7227696. OLE color: 7227696.
HSL color Cylindrical-coordinate representation of color #30496E: hue angle of 215.81º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30496E is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 73 | 110 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.57 |
| HSL | 215.81º | 0.39% | 0.31% | - |
| HSV(B) | 215.81º | 0.56% | 0.43% | - |
| XYZ | 6.42 | 6.52 | 15.67 | - |
| YUV | 69.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 110 | 0.56 | 0.34 | 0 | 0.57 | 215.81 | 0.39 | 0.31 |
| Hex | 30 | 49 | 6E | 38 | 22 | 0 | 39 | D8 | 27 | 1F |
| Octal | 60 | 111 | 156 | 70 | 42 | 0 | 71 | 330 | 47 | 37 |
| Binary | 110000 | 1001001 | 1101110 | 111000 | 100010 | 0 | 111001 | 11011000 | 100111 | 11111 |
Color Harmonies of #30496E
Complementary color
Monochromatic Colors of #30496E
Black with #30496E
Text Example
Text Example
White with #30496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30496E; }
p { color: rgb(48,73,110); }
H1.HeaderClassName
{
color: #30496E;
}
.AnyTagClassName
{
color: #30496E;
}
</style>
background-color css
<style>
a { background-color: #30496E; }
a { background-color: rgb(48,73,110); }
div.DivClassName
{
background-color: #30496E;
}
.BgClassName
{
background-color: #30496E;
}
</style>
border-color css
<style>
span { border-color: #30496E; }
span { border-color: rgb(48,73,110); }
td.TdClassName
{
border-color: #30496E;
}
.TagClassName
{
border-color: #30496E;
}
</style>