Shades of Resolution Blue #304577
Tints of Resolution Blue #304577
RGB
CMYK
RGB Variations
Color information
#304577 (or 0x304577) is known color: Resolution Blue. HEX triplet: 30, 45 and 77. RGB value is (48,69,119). Sum of RGB (Red+Green+Blue) = 48+69+119=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #304577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304577 is #CFBA88. Grayscale: #444444. Windows color (decimal): -13613705 or 7816496. OLE color: 7816496.
HSL color Cylindrical-coordinate representation of color #304577: hue angle of 222.25º 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 #304577 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 69 | 119 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.53 |
| HSL | 222.25º | 0.43% | 0.33% | - |
| HSV(B) | 222.25º | 0.6% | 0.47% | - |
| XYZ | 6.68 | 6.22 | 18.3 | - |
| YUV | 68.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 119 | 0.60 | 0.42 | 0 | 0.53 | 222.25 | 0.43 | 0.33 |
| Hex | 30 | 45 | 77 | 3C | 2A | 0 | 35 | DE | 2B | 21 |
| Octal | 60 | 105 | 167 | 74 | 52 | 0 | 65 | 336 | 53 | 41 |
| Binary | 110000 | 1000101 | 1110111 | 111100 | 101010 | 0 | 110101 | 11011110 | 101011 | 100001 |
Color Harmonies of #304577
Complementary color
Monochromatic Colors of #304577
Black with #304577
Text Example
Text Example
White with #304577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304577; }
p { color: rgb(48,69,119); }
H1.HeaderClassName
{
color: #304577;
}
.AnyTagClassName
{
color: #304577;
}
</style>
background-color css
<style>
a { background-color: #304577; }
a { background-color: rgb(48,69,119); }
div.DivClassName
{
background-color: #304577;
}
.BgClassName
{
background-color: #304577;
}
</style>
border-color css
<style>
span { border-color: #304577; }
span { border-color: rgb(48,69,119); }
td.TdClassName
{
border-color: #304577;
}
.TagClassName
{
border-color: #304577;
}
</style>