Shades of Resolution Blue #304870
Tints of Resolution Blue #304870
RGB
CMYK
RGB Variations
Color information
#304870 (or 0x304870) is known color: Resolution Blue. HEX triplet: 30, 48 and 70. RGB value is (48,72,112). Sum of RGB (Red+Green+Blue) = 48+72+112=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #304870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304870 is #CFB78F. Grayscale: #454545. Windows color (decimal): -13612944 or 7358512. OLE color: 7358512.
HSL color Cylindrical-coordinate representation of color #304870: hue angle of 217.5º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #304870 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 72 | 112 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.56 |
| HSL | 217.5º | 0.4% | 0.31% | - |
| HSV(B) | 217.5º | 0.57% | 0.44% | - |
| XYZ | 6.46 | 6.43 | 16.23 | - |
| YUV | 69.38 | 152.05 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 112 | 0.57 | 0.36 | 0 | 0.56 | 217.5 | 0.4 | 0.31 |
| Hex | 30 | 48 | 70 | 39 | 24 | 0 | 38 | DA | 28 | 1F |
| Octal | 60 | 110 | 160 | 71 | 44 | 0 | 70 | 332 | 50 | 37 |
| Binary | 110000 | 1001000 | 1110000 | 111001 | 100100 | 0 | 111000 | 11011010 | 101000 | 11111 |
Color Harmonies of #304870
Complementary color
Monochromatic Colors of #304870
Black with #304870
Text Example
Text Example
White with #304870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304870; }
p { color: rgb(48,72,112); }
H1.HeaderClassName
{
color: #304870;
}
.AnyTagClassName
{
color: #304870;
}
</style>
background-color css
<style>
a { background-color: #304870; }
a { background-color: rgb(48,72,112); }
div.DivClassName
{
background-color: #304870;
}
.BgClassName
{
background-color: #304870;
}
</style>
border-color css
<style>
span { border-color: #304870; }
span { border-color: rgb(48,72,112); }
td.TdClassName
{
border-color: #304870;
}
.TagClassName
{
border-color: #304870;
}
</style>