Shades of Resolution Blue #304572
Tints of Resolution Blue #304572
RGB
CMYK
RGB Variations
Color information
#304572 (or 0x304572) is known color: Resolution Blue. HEX triplet: 30, 45 and 72. RGB value is (48,69,114). Sum of RGB (Red+Green+Blue) = 48+69+114=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #304572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304572 is #CFBA8D. Grayscale: #434343. Windows color (decimal): -13613710 or 7488816. OLE color: 7488816.
HSL color Cylindrical-coordinate representation of color #304572: hue angle of 220.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304572 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 69 | 114 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.55 |
| HSL | 220.91º | 0.41% | 0.32% | - |
| HSV(B) | 220.91º | 0.58% | 0.45% | - |
| XYZ | 6.38 | 6.1 | 16.76 | - |
| YUV | 67.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 114 | 0.58 | 0.39 | 0 | 0.55 | 220.91 | 0.41 | 0.32 |
| Hex | 30 | 45 | 72 | 3A | 27 | 0 | 37 | DD | 29 | 20 |
| Octal | 60 | 105 | 162 | 72 | 47 | 0 | 67 | 335 | 51 | 40 |
| Binary | 110000 | 1000101 | 1110010 | 111010 | 100111 | 0 | 110111 | 11011101 | 101001 | 100000 |
Color Harmonies of #304572
Complementary color
Monochromatic Colors of #304572
Black with #304572
Text Example
Text Example
White with #304572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304572; }
p { color: rgb(48,69,114); }
H1.HeaderClassName
{
color: #304572;
}
.AnyTagClassName
{
color: #304572;
}
</style>
background-color css
<style>
a { background-color: #304572; }
a { background-color: rgb(48,69,114); }
div.DivClassName
{
background-color: #304572;
}
.BgClassName
{
background-color: #304572;
}
</style>
border-color css
<style>
span { border-color: #304572; }
span { border-color: rgb(48,69,114); }
td.TdClassName
{
border-color: #304572;
}
.TagClassName
{
border-color: #304572;
}
</style>