Shades of Resolution Blue #384979
Tints of Resolution Blue #384979
RGB
CMYK
RGB Variations
Color information
#384979 (or 0x384979) is known color: Resolution Blue. HEX triplet: 38, 49 and 79. RGB value is (56,73,121). Sum of RGB (Red+Green+Blue) = 56+73+121=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #384979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384979 is #C7B686. Grayscale: #494949. Windows color (decimal): -13088391 or 7948600. OLE color: 7948600.
HSL color Cylindrical-coordinate representation of color #384979: hue angle of 224.31º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #384979 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 73 | 121 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.53 |
| HSL | 224.31º | 0.37% | 0.35% | - |
| HSV(B) | 224.31º | 0.54% | 0.47% | - |
| XYZ | 7.46 | 6.99 | 19.04 | - |
| YUV | 73.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 121 | 0.54 | 0.40 | 0 | 0.53 | 224.31 | 0.37 | 0.35 |
| Hex | 38 | 49 | 79 | 36 | 28 | 0 | 35 | E0 | 25 | 23 |
| Octal | 70 | 111 | 171 | 66 | 50 | 0 | 65 | 340 | 45 | 43 |
| Binary | 111000 | 1001001 | 1111001 | 110110 | 101000 | 0 | 110101 | 11100000 | 100101 | 100011 |
Color Harmonies of #384979
Complementary color
Monochromatic Colors of #384979
Black with #384979
Text Example
Text Example
White with #384979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384979; }
p { color: rgb(56,73,121); }
H1.HeaderClassName
{
color: #384979;
}
.AnyTagClassName
{
color: #384979;
}
</style>
background-color css
<style>
a { background-color: #384979; }
a { background-color: rgb(56,73,121); }
div.DivClassName
{
background-color: #384979;
}
.BgClassName
{
background-color: #384979;
}
</style>
border-color css
<style>
span { border-color: #384979; }
span { border-color: rgb(56,73,121); }
td.TdClassName
{
border-color: #384979;
}
.TagClassName
{
border-color: #384979;
}
</style>