Shades of Resolution Blue #30466E
Tints of Resolution Blue #30466E
RGB
CMYK
RGB Variations
Color information
#30466E (or 0x30466E) is known color: Resolution Blue. HEX triplet: 30, 46 and 6E. RGB value is (48,70,110). Sum of RGB (Red+Green+Blue) = 48+70+110=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #30466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30466E is #CFB991. Grayscale: #434343. Windows color (decimal): -13613458 or 7226928. OLE color: 7226928.
HSL color Cylindrical-coordinate representation of color #30466E: hue angle of 218.71º 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 #30466E is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 70 | 110 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.57 |
| HSL | 218.71º | 0.39% | 0.31% | - |
| HSV(B) | 218.71º | 0.56% | 0.43% | - |
| XYZ | 6.22 | 6.13 | 15.61 | - |
| YUV | 67.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 110 | 0.56 | 0.36 | 0 | 0.57 | 218.71 | 0.39 | 0.31 |
| Hex | 30 | 46 | 6E | 38 | 24 | 0 | 39 | DB | 27 | 1F |
| Octal | 60 | 106 | 156 | 70 | 44 | 0 | 71 | 333 | 47 | 37 |
| Binary | 110000 | 1000110 | 1101110 | 111000 | 100100 | 0 | 111001 | 11011011 | 100111 | 11111 |
Color Harmonies of #30466E
Complementary color
Monochromatic Colors of #30466E
Black with #30466E
Text Example
Text Example
White with #30466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30466E; }
p { color: rgb(48,70,110); }
H1.HeaderClassName
{
color: #30466E;
}
.AnyTagClassName
{
color: #30466E;
}
</style>
background-color css
<style>
a { background-color: #30466E; }
a { background-color: rgb(48,70,110); }
div.DivClassName
{
background-color: #30466E;
}
.BgClassName
{
background-color: #30466E;
}
</style>
border-color css
<style>
span { border-color: #30466E; }
span { border-color: rgb(48,70,110); }
td.TdClassName
{
border-color: #30466E;
}
.TagClassName
{
border-color: #30466E;
}
</style>