Shades of Resolution Blue #30406C
Tints of Resolution Blue #30406C
RGB
CMYK
RGB Variations
Color information
#30406C (or 0x30406C) is known color: Resolution Blue. HEX triplet: 30, 40 and 6C. RGB value is (48,64,108). Sum of RGB (Red+Green+Blue) = 48+64+108=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #30406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30406C is #CFBF93. Grayscale: #404040. Windows color (decimal): -13614996 or 7094320. OLE color: 7094320.
HSL color Cylindrical-coordinate representation of color #30406C: hue angle of 224º 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 #30406C is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 64 | 108 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.58 |
| HSL | 224º | 0.38% | 0.31% | - |
| HSV(B) | 224º | 0.56% | 0.42% | - |
| XYZ | 5.76 | 5.38 | 14.92 | - |
| YUV | 64.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 108 | 0.56 | 0.41 | 0 | 0.58 | 224 | 0.38 | 0.31 |
| Hex | 30 | 40 | 6C | 38 | 29 | 0 | 3A | E0 | 26 | 1F |
| Octal | 60 | 100 | 154 | 70 | 51 | 0 | 72 | 340 | 46 | 37 |
| Binary | 110000 | 1000000 | 1101100 | 111000 | 101001 | 0 | 111010 | 11100000 | 100110 | 11111 |
Color Harmonies of #30406C
Complementary color
Monochromatic Colors of #30406C
Black with #30406C
Text Example
Text Example
White with #30406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30406C; }
p { color: rgb(48,64,108); }
H1.HeaderClassName
{
color: #30406C;
}
.AnyTagClassName
{
color: #30406C;
}
</style>
background-color css
<style>
a { background-color: #30406C; }
a { background-color: rgb(48,64,108); }
div.DivClassName
{
background-color: #30406C;
}
.BgClassName
{
background-color: #30406C;
}
</style>
border-color css
<style>
span { border-color: #30406C; }
span { border-color: rgb(48,64,108); }
td.TdClassName
{
border-color: #30406C;
}
.TagClassName
{
border-color: #30406C;
}
</style>