Shades of Resolution Blue #304576
Tints of Resolution Blue #304576
RGB
CMYK
RGB Variations
Color information
#304576 (or 0x304576) is known color: Resolution Blue. HEX triplet: 30, 45 and 76. RGB value is (48,69,118). Sum of RGB (Red+Green+Blue) = 48+69+118=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #304576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304576 is #CFBA89. Grayscale: #444444. Windows color (decimal): -13613706 or 7750960. OLE color: 7750960.
HSL color Cylindrical-coordinate representation of color #304576: hue angle of 222º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304576 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 69 | 118 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.54 |
| HSL | 222º | 0.42% | 0.33% | - |
| HSV(B) | 222º | 0.59% | 0.46% | - |
| XYZ | 6.62 | 6.19 | 17.99 | - |
| YUV | 68.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 118 | 0.59 | 0.42 | 0 | 0.54 | 222 | 0.42 | 0.33 |
| Hex | 30 | 45 | 76 | 3B | 2A | 0 | 36 | DE | 2A | 21 |
| Octal | 60 | 105 | 166 | 73 | 52 | 0 | 66 | 336 | 52 | 41 |
| Binary | 110000 | 1000101 | 1110110 | 111011 | 101010 | 0 | 110110 | 11011110 | 101010 | 100001 |
Color Harmonies of #304576
Complementary color
Monochromatic Colors of #304576
Black with #304576
Text Example
Text Example
White with #304576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304576; }
p { color: rgb(48,69,118); }
H1.HeaderClassName
{
color: #304576;
}
.AnyTagClassName
{
color: #304576;
}
</style>
background-color css
<style>
a { background-color: #304576; }
a { background-color: rgb(48,69,118); }
div.DivClassName
{
background-color: #304576;
}
.BgClassName
{
background-color: #304576;
}
</style>
border-color css
<style>
span { border-color: #304576; }
span { border-color: rgb(48,69,118); }
td.TdClassName
{
border-color: #304576;
}
.TagClassName
{
border-color: #304576;
}
</style>