Shades of Resolution Blue #394875
Tints of Resolution Blue #394875
RGB
CMYK
RGB Variations
Color information
#394875 (or 0x394875) is known color: Resolution Blue. HEX triplet: 39, 48 and 75. RGB value is (57,72,117). Sum of RGB (Red+Green+Blue) = 57+72+117=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #394875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394875 is #C6B78A. Grayscale: #484848. Windows color (decimal): -13023115 or 7686201. OLE color: 7686201.
HSL color Cylindrical-coordinate representation of color #394875: hue angle of 225º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #394875 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 72 | 117 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.54 |
| HSL | 225º | 0.34% | 0.34% | - |
| HSV(B) | 225º | 0.51% | 0.46% | - |
| XYZ | 7.22 | 6.79 | 17.76 | - |
| YUV | 72.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 117 | 0.51 | 0.38 | 0 | 0.54 | 225 | 0.34 | 0.34 |
| Hex | 39 | 48 | 75 | 33 | 26 | 0 | 36 | E1 | 22 | 22 |
| Octal | 71 | 110 | 165 | 63 | 46 | 0 | 66 | 341 | 42 | 42 |
| Binary | 111001 | 1001000 | 1110101 | 110011 | 100110 | 0 | 110110 | 11100001 | 100010 | 100010 |
Color Harmonies of #394875
Complementary color
Monochromatic Colors of #394875
Black with #394875
Text Example
Text Example
White with #394875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394875; }
p { color: rgb(57,72,117); }
H1.HeaderClassName
{
color: #394875;
}
.AnyTagClassName
{
color: #394875;
}
</style>
background-color css
<style>
a { background-color: #394875; }
a { background-color: rgb(57,72,117); }
div.DivClassName
{
background-color: #394875;
}
.BgClassName
{
background-color: #394875;
}
</style>
border-color css
<style>
span { border-color: #394875; }
span { border-color: rgb(57,72,117); }
td.TdClassName
{
border-color: #394875;
}
.TagClassName
{
border-color: #394875;
}
</style>