Shades of Resolution Blue #30416D
Tints of Resolution Blue #30416D
RGB
CMYK
RGB Variations
Color information
#30416D (or 0x30416D) is known color: Resolution Blue. HEX triplet: 30, 41 and 6D. RGB value is (48,65,109). Sum of RGB (Red+Green+Blue) = 48+65+109=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #30416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30416D is #CFBE92. Grayscale: #404040. Windows color (decimal): -13614739 or 7160112. OLE color: 7160112.
HSL color Cylindrical-coordinate representation of color #30416D: hue angle of 223.28º 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 #30416D is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 65 | 109 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.57 |
| HSL | 223.28º | 0.39% | 0.31% | - |
| HSV(B) | 223.28º | 0.56% | 0.43% | - |
| XYZ | 5.87 | 5.51 | 15.22 | - |
| YUV | 64.93 | 152.87 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 109 | 0.56 | 0.40 | 0 | 0.57 | 223.28 | 0.39 | 0.31 |
| Hex | 30 | 41 | 6D | 38 | 28 | 0 | 39 | DF | 27 | 1F |
| Octal | 60 | 101 | 155 | 70 | 50 | 0 | 71 | 337 | 47 | 37 |
| Binary | 110000 | 1000001 | 1101101 | 111000 | 101000 | 0 | 111001 | 11011111 | 100111 | 11111 |
Color Harmonies of #30416D
Complementary color
Monochromatic Colors of #30416D
Black with #30416D
Text Example
Text Example
White with #30416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30416D; }
p { color: rgb(48,65,109); }
H1.HeaderClassName
{
color: #30416D;
}
.AnyTagClassName
{
color: #30416D;
}
</style>
background-color css
<style>
a { background-color: #30416D; }
a { background-color: rgb(48,65,109); }
div.DivClassName
{
background-color: #30416D;
}
.BgClassName
{
background-color: #30416D;
}
</style>
border-color css
<style>
span { border-color: #30416D; }
span { border-color: rgb(48,65,109); }
td.TdClassName
{
border-color: #30416D;
}
.TagClassName
{
border-color: #30416D;
}
</style>