Shades of Resolution Blue #304875
Tints of Resolution Blue #304875
RGB
CMYK
RGB Variations
Color information
#304875 (or 0x304875) is known color: Resolution Blue. HEX triplet: 30, 48 and 75. RGB value is (48,72,117). Sum of RGB (Red+Green+Blue) = 48+72+117=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #304875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304875 is #CFB78A. Grayscale: #454545. Windows color (decimal): -13612939 or 7686192. OLE color: 7686192.
HSL color Cylindrical-coordinate representation of color #304875: hue angle of 219.13º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304875 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 72 | 117 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.54 |
| HSL | 219.13º | 0.42% | 0.32% | - |
| HSV(B) | 219.13º | 0.59% | 0.46% | - |
| XYZ | 6.75 | 6.55 | 17.74 | - |
| YUV | 69.95 | 154.55 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 117 | 0.59 | 0.38 | 0 | 0.54 | 219.13 | 0.42 | 0.32 |
| Hex | 30 | 48 | 75 | 3B | 26 | 0 | 36 | DB | 2A | 20 |
| Octal | 60 | 110 | 165 | 73 | 46 | 0 | 66 | 333 | 52 | 40 |
| Binary | 110000 | 1001000 | 1110101 | 111011 | 100110 | 0 | 110110 | 11011011 | 101010 | 100000 |
Color Harmonies of #304875
Complementary color
Monochromatic Colors of #304875
Black with #304875
Text Example
Text Example
White with #304875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304875; }
p { color: rgb(48,72,117); }
H1.HeaderClassName
{
color: #304875;
}
.AnyTagClassName
{
color: #304875;
}
</style>
background-color css
<style>
a { background-color: #304875; }
a { background-color: rgb(48,72,117); }
div.DivClassName
{
background-color: #304875;
}
.BgClassName
{
background-color: #304875;
}
</style>
border-color css
<style>
span { border-color: #304875; }
span { border-color: rgb(48,72,117); }
td.TdClassName
{
border-color: #304875;
}
.TagClassName
{
border-color: #304875;
}
</style>