Shades of Resolution Blue #394978
Tints of Resolution Blue #394978
RGB
CMYK
RGB Variations
Color information
#394978 (or 0x394978) is known color: Resolution Blue. HEX triplet: 39, 49 and 78. RGB value is (57,73,120). Sum of RGB (Red+Green+Blue) = 57+73+120=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #394978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394978 is #C6B687. Grayscale: #494949. Windows color (decimal): -13022856 or 7883065. OLE color: 7883065.
HSL color Cylindrical-coordinate representation of color #394978: hue angle of 224.76º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #394978 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 73 | 120 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.53 |
| HSL | 224.76º | 0.36% | 0.35% | - |
| HSV(B) | 224.76º | 0.53% | 0.47% | - |
| XYZ | 7.46 | 6.99 | 18.73 | - |
| YUV | 73.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 120 | 0.52 | 0.39 | 0 | 0.53 | 224.76 | 0.36 | 0.35 |
| Hex | 39 | 49 | 78 | 34 | 27 | 0 | 35 | E1 | 24 | 23 |
| Octal | 71 | 111 | 170 | 64 | 47 | 0 | 65 | 341 | 44 | 43 |
| Binary | 111001 | 1001001 | 1111000 | 110100 | 100111 | 0 | 110101 | 11100001 | 100100 | 100011 |
Color Harmonies of #394978
Complementary color
Monochromatic Colors of #394978
Black with #394978
Text Example
Text Example
White with #394978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394978; }
p { color: rgb(57,73,120); }
H1.HeaderClassName
{
color: #394978;
}
.AnyTagClassName
{
color: #394978;
}
</style>
background-color css
<style>
a { background-color: #394978; }
a { background-color: rgb(57,73,120); }
div.DivClassName
{
background-color: #394978;
}
.BgClassName
{
background-color: #394978;
}
</style>
border-color css
<style>
span { border-color: #394978; }
span { border-color: rgb(57,73,120); }
td.TdClassName
{
border-color: #394978;
}
.TagClassName
{
border-color: #394978;
}
</style>