Shades of Resolution Blue #384973
Tints of Resolution Blue #384973
RGB
CMYK
RGB Variations
Color information
#384973 (or 0x384973) is known color: Resolution Blue. HEX triplet: 38, 49 and 73. RGB value is (56,73,115). Sum of RGB (Red+Green+Blue) = 56+73+115=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #384973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384973 is #C7B68C. Grayscale: #484848. Windows color (decimal): -13088397 or 7555384. OLE color: 7555384.
HSL color Cylindrical-coordinate representation of color #384973: hue angle of 222.71º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #384973 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 73 | 115 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.55 |
| HSL | 222.71º | 0.35% | 0.34% | - |
| HSV(B) | 222.71º | 0.51% | 0.45% | - |
| XYZ | 7.11 | 6.84 | 17.17 | - |
| YUV | 72.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 115 | 0.51 | 0.37 | 0 | 0.55 | 222.71 | 0.35 | 0.34 |
| Hex | 38 | 49 | 73 | 33 | 25 | 0 | 37 | DF | 23 | 22 |
| Octal | 70 | 111 | 163 | 63 | 45 | 0 | 67 | 337 | 43 | 42 |
| Binary | 111000 | 1001001 | 1110011 | 110011 | 100101 | 0 | 110111 | 11011111 | 100011 | 100010 |
Color Harmonies of #384973
Complementary color
Monochromatic Colors of #384973
Black with #384973
Text Example
Text Example
White with #384973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384973; }
p { color: rgb(56,73,115); }
H1.HeaderClassName
{
color: #384973;
}
.AnyTagClassName
{
color: #384973;
}
</style>
background-color css
<style>
a { background-color: #384973; }
a { background-color: rgb(56,73,115); }
div.DivClassName
{
background-color: #384973;
}
.BgClassName
{
background-color: #384973;
}
</style>
border-color css
<style>
span { border-color: #384973; }
span { border-color: rgb(56,73,115); }
td.TdClassName
{
border-color: #384973;
}
.TagClassName
{
border-color: #384973;
}
</style>