Shades of Resolution Blue #384679
Tints of Resolution Blue #384679
RGB
CMYK
RGB Variations
Color information
#384679 (or 0x384679) is known color: Resolution Blue. HEX triplet: 38, 46 and 79. RGB value is (56,70,121). Sum of RGB (Red+Green+Blue) = 56+70+121=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #384679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384679 is #C7B986. Grayscale: #474747. Windows color (decimal): -13089159 or 7947832. OLE color: 7947832.
HSL color Cylindrical-coordinate representation of color #384679: hue angle of 227.08º 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 #384679 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 70 | 121 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.53 |
| HSL | 227.08º | 0.37% | 0.35% | - |
| HSV(B) | 227.08º | 0.54% | 0.47% | - |
| XYZ | 7.27 | 6.6 | 18.98 | - |
| YUV | 71.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 121 | 0.54 | 0.42 | 0 | 0.53 | 227.08 | 0.37 | 0.35 |
| Hex | 38 | 46 | 79 | 36 | 2A | 0 | 35 | E3 | 25 | 23 |
| Octal | 70 | 106 | 171 | 66 | 52 | 0 | 65 | 343 | 45 | 43 |
| Binary | 111000 | 1000110 | 1111001 | 110110 | 101010 | 0 | 110101 | 11100011 | 100101 | 100011 |
Color Harmonies of #384679
Complementary color
Monochromatic Colors of #384679
Black with #384679
Text Example
Text Example
White with #384679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384679; }
p { color: rgb(56,70,121); }
H1.HeaderClassName
{
color: #384679;
}
.AnyTagClassName
{
color: #384679;
}
</style>
background-color css
<style>
a { background-color: #384679; }
a { background-color: rgb(56,70,121); }
div.DivClassName
{
background-color: #384679;
}
.BgClassName
{
background-color: #384679;
}
</style>
border-color css
<style>
span { border-color: #384679; }
span { border-color: rgb(56,70,121); }
td.TdClassName
{
border-color: #384679;
}
.TagClassName
{
border-color: #384679;
}
</style>