Shades of Resolution Blue #304175
Tints of Resolution Blue #304175
RGB
CMYK
RGB Variations
Color information
#304175 (or 0x304175) is known color: Resolution Blue. HEX triplet: 30, 41 and 75. RGB value is (48,65,117). Sum of RGB (Red+Green+Blue) = 48+65+117=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #304175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304175 is #CFBE8A. Grayscale: #414141. Windows color (decimal): -13614731 or 7684400. OLE color: 7684400.
HSL color Cylindrical-coordinate representation of color #304175: hue angle of 225.22º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304175 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 65 | 117 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.54 |
| HSL | 225.22º | 0.42% | 0.32% | - |
| HSV(B) | 225.22º | 0.59% | 0.46% | - |
| XYZ | 6.32 | 5.69 | 17.6 | - |
| YUV | 65.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 117 | 0.59 | 0.44 | 0 | 0.54 | 225.22 | 0.42 | 0.32 |
| Hex | 30 | 41 | 75 | 3B | 2C | 0 | 36 | E1 | 2A | 20 |
| Octal | 60 | 101 | 165 | 73 | 54 | 0 | 66 | 341 | 52 | 40 |
| Binary | 110000 | 1000001 | 1110101 | 111011 | 101100 | 0 | 110110 | 11100001 | 101010 | 100000 |
Color Harmonies of #304175
Complementary color
Monochromatic Colors of #304175
Black with #304175
Text Example
Text Example
White with #304175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304175; }
p { color: rgb(48,65,117); }
H1.HeaderClassName
{
color: #304175;
}
.AnyTagClassName
{
color: #304175;
}
</style>
background-color css
<style>
a { background-color: #304175; }
a { background-color: rgb(48,65,117); }
div.DivClassName
{
background-color: #304175;
}
.BgClassName
{
background-color: #304175;
}
</style>
border-color css
<style>
span { border-color: #304175; }
span { border-color: rgb(48,65,117); }
td.TdClassName
{
border-color: #304175;
}
.TagClassName
{
border-color: #304175;
}
</style>