Shades of Resolution Blue #304171
Tints of Resolution Blue #304171
RGB
CMYK
RGB Variations
Color information
#304171 (or 0x304171) is known color: Resolution Blue. HEX triplet: 30, 41 and 71. RGB value is (48,65,113). Sum of RGB (Red+Green+Blue) = 48+65+113=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #304171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304171 is #CFBE8E. Grayscale: #414141. Windows color (decimal): -13614735 or 7422256. OLE color: 7422256.
HSL color Cylindrical-coordinate representation of color #304171: hue angle of 224.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304171 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 65 | 113 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.56 |
| HSL | 224.31º | 0.4% | 0.32% | - |
| HSV(B) | 224.31º | 0.58% | 0.44% | - |
| XYZ | 6.09 | 5.6 | 16.38 | - |
| YUV | 65.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 113 | 0.58 | 0.42 | 0 | 0.56 | 224.31 | 0.4 | 0.32 |
| Hex | 30 | 41 | 71 | 3A | 2A | 0 | 38 | E0 | 28 | 20 |
| Octal | 60 | 101 | 161 | 72 | 52 | 0 | 70 | 340 | 50 | 40 |
| Binary | 110000 | 1000001 | 1110001 | 111010 | 101010 | 0 | 111000 | 11100000 | 101000 | 100000 |
Color Harmonies of #304171
Complementary color
Monochromatic Colors of #304171
Black with #304171
Text Example
Text Example
White with #304171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304171; }
p { color: rgb(48,65,113); }
H1.HeaderClassName
{
color: #304171;
}
.AnyTagClassName
{
color: #304171;
}
</style>
background-color css
<style>
a { background-color: #304171; }
a { background-color: rgb(48,65,113); }
div.DivClassName
{
background-color: #304171;
}
.BgClassName
{
background-color: #304171;
}
</style>
border-color css
<style>
span { border-color: #304171; }
span { border-color: rgb(48,65,113); }
td.TdClassName
{
border-color: #304171;
}
.TagClassName
{
border-color: #304171;
}
</style>