Shades of Resolution Blue #30476C
Tints of Resolution Blue #30476C
RGB
CMYK
RGB Variations
Color information
#30476C (or 0x30476C) is known color: Resolution Blue. HEX triplet: 30, 47 and 6C. RGB value is (48,71,108). Sum of RGB (Red+Green+Blue) = 48+71+108=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #30476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30476C is #CFB893. Grayscale: #444444. Windows color (decimal): -13613204 or 7096112. OLE color: 7096112.
HSL color Cylindrical-coordinate representation of color #30476C: hue angle of 217º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30476C is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 71 | 108 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.58 |
| HSL | 217º | 0.38% | 0.31% | - |
| HSV(B) | 217º | 0.56% | 0.42% | - |
| XYZ | 6.18 | 6.22 | 15.06 | - |
| YUV | 68.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 108 | 0.56 | 0.34 | 0 | 0.58 | 217 | 0.38 | 0.31 |
| Hex | 30 | 47 | 6C | 38 | 22 | 0 | 3A | D9 | 26 | 1F |
| Octal | 60 | 107 | 154 | 70 | 42 | 0 | 72 | 331 | 46 | 37 |
| Binary | 110000 | 1000111 | 1101100 | 111000 | 100010 | 0 | 111010 | 11011001 | 100110 | 11111 |
Color Harmonies of #30476C
Complementary color
Monochromatic Colors of #30476C
Black with #30476C
Text Example
Text Example
White with #30476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30476C; }
p { color: rgb(48,71,108); }
H1.HeaderClassName
{
color: #30476C;
}
.AnyTagClassName
{
color: #30476C;
}
</style>
background-color css
<style>
a { background-color: #30476C; }
a { background-color: rgb(48,71,108); }
div.DivClassName
{
background-color: #30476C;
}
.BgClassName
{
background-color: #30476C;
}
</style>
border-color css
<style>
span { border-color: #30476C; }
span { border-color: rgb(48,71,108); }
td.TdClassName
{
border-color: #30476C;
}
.TagClassName
{
border-color: #30476C;
}
</style>