Shades of Resolution Blue #384975
Tints of Resolution Blue #384975
RGB
CMYK
RGB Variations
Color information
#384975 (or 0x384975) is known color: Resolution Blue. HEX triplet: 38, 49 and 75. RGB value is (56,73,117). Sum of RGB (Red+Green+Blue) = 56+73+117=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 73 (28.91% from 255 or 29.67% 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 #384975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384975 is #C7B68A. Grayscale: #484848. Windows color (decimal): -13088395 or 7686456. OLE color: 7686456.
HSL color Cylindrical-coordinate representation of color #384975: hue angle of 223.28º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #384975 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 73 | 117 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.54 |
| HSL | 223.28º | 0.35% | 0.34% | - |
| HSV(B) | 223.28º | 0.52% | 0.46% | - |
| XYZ | 7.22 | 6.89 | 17.78 | - |
| YUV | 72.93 | 152.87 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 117 | 0.52 | 0.38 | 0 | 0.54 | 223.28 | 0.35 | 0.34 |
| Hex | 38 | 49 | 75 | 34 | 26 | 0 | 36 | DF | 23 | 22 |
| Octal | 70 | 111 | 165 | 64 | 46 | 0 | 66 | 337 | 43 | 42 |
| Binary | 111000 | 1001001 | 1110101 | 110100 | 100110 | 0 | 110110 | 11011111 | 100011 | 100010 |
Color Harmonies of #384975
Complementary color
Monochromatic Colors of #384975
Black with #384975
Text Example
Text Example
White with #384975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384975; }
p { color: rgb(56,73,117); }
H1.HeaderClassName
{
color: #384975;
}
.AnyTagClassName
{
color: #384975;
}
</style>
background-color css
<style>
a { background-color: #384975; }
a { background-color: rgb(56,73,117); }
div.DivClassName
{
background-color: #384975;
}
.BgClassName
{
background-color: #384975;
}
</style>
border-color css
<style>
span { border-color: #384975; }
span { border-color: rgb(56,73,117); }
td.TdClassName
{
border-color: #384975;
}
.TagClassName
{
border-color: #384975;
}
</style>