Shades of Resolution Blue #304574
Tints of Resolution Blue #304574
RGB
CMYK
RGB Variations
Color information
#304574 (or 0x304574) is known color: Resolution Blue. HEX triplet: 30, 45 and 74. RGB value is (48,69,116). Sum of RGB (Red+Green+Blue) = 48+69+116=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #304574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304574 is #CFBA8B. Grayscale: #434343. Windows color (decimal): -13613708 or 7619888. OLE color: 7619888.
HSL color Cylindrical-coordinate representation of color #304574: hue angle of 221.47º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304574 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 69 | 116 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.55 |
| HSL | 221.47º | 0.41% | 0.32% | - |
| HSV(B) | 221.47º | 0.59% | 0.45% | - |
| XYZ | 6.5 | 6.15 | 17.37 | - |
| YUV | 68.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 116 | 0.59 | 0.41 | 0 | 0.55 | 221.47 | 0.41 | 0.32 |
| Hex | 30 | 45 | 74 | 3B | 29 | 0 | 37 | DD | 29 | 20 |
| Octal | 60 | 105 | 164 | 73 | 51 | 0 | 67 | 335 | 51 | 40 |
| Binary | 110000 | 1000101 | 1110100 | 111011 | 101001 | 0 | 110111 | 11011101 | 101001 | 100000 |
Color Harmonies of #304574
Complementary color
Monochromatic Colors of #304574
Black with #304574
Text Example
Text Example
White with #304574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304574; }
p { color: rgb(48,69,116); }
H1.HeaderClassName
{
color: #304574;
}
.AnyTagClassName
{
color: #304574;
}
</style>
background-color css
<style>
a { background-color: #304574; }
a { background-color: rgb(48,69,116); }
div.DivClassName
{
background-color: #304574;
}
.BgClassName
{
background-color: #304574;
}
</style>
border-color css
<style>
span { border-color: #304574; }
span { border-color: rgb(48,69,116); }
td.TdClassName
{
border-color: #304574;
}
.TagClassName
{
border-color: #304574;
}
</style>