Shades of Resolution Blue #304477
Tints of Resolution Blue #304477
RGB
CMYK
RGB Variations
Color information
#304477 (or 0x304477) is known color: Resolution Blue. HEX triplet: 30, 44 and 77. RGB value is (48,68,119). Sum of RGB (Red+Green+Blue) = 48+68+119=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #304477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304477 is #CFBB88. Grayscale: #434343. Windows color (decimal): -13613961 or 7816240. OLE color: 7816240.
HSL color Cylindrical-coordinate representation of color #304477: hue angle of 223.1º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304477 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 68 | 119 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.53 |
| HSL | 223.1º | 0.43% | 0.33% | - |
| HSV(B) | 223.1º | 0.6% | 0.47% | - |
| XYZ | 6.62 | 6.09 | 18.28 | - |
| YUV | 67.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 119 | 0.60 | 0.43 | 0 | 0.53 | 223.1 | 0.43 | 0.33 |
| Hex | 30 | 44 | 77 | 3C | 2B | 0 | 35 | DF | 2B | 21 |
| Octal | 60 | 104 | 167 | 74 | 53 | 0 | 65 | 337 | 53 | 41 |
| Binary | 110000 | 1000100 | 1110111 | 111100 | 101011 | 0 | 110101 | 11011111 | 101011 | 100001 |
Color Harmonies of #304477
Complementary color
Monochromatic Colors of #304477
Black with #304477
Text Example
Text Example
White with #304477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304477; }
p { color: rgb(48,68,119); }
H1.HeaderClassName
{
color: #304477;
}
.AnyTagClassName
{
color: #304477;
}
</style>
background-color css
<style>
a { background-color: #304477; }
a { background-color: rgb(48,68,119); }
div.DivClassName
{
background-color: #304477;
}
.BgClassName
{
background-color: #304477;
}
</style>
border-color css
<style>
span { border-color: #304477; }
span { border-color: rgb(48,68,119); }
td.TdClassName
{
border-color: #304477;
}
.TagClassName
{
border-color: #304477;
}
</style>