Shades of Resolution Blue #384974
Tints of Resolution Blue #384974
RGB
CMYK
RGB Variations
Color information
#384974 (or 0x384974) is known color: Resolution Blue. HEX triplet: 38, 49 and 74. RGB value is (56,73,116). Sum of RGB (Red+Green+Blue) = 56+73+116=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #384974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384974 is #C7B68B. Grayscale: #484848. Windows color (decimal): -13088396 or 7620920. OLE color: 7620920.
HSL color Cylindrical-coordinate representation of color #384974: hue angle of 223º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #384974 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 73 | 116 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.55 |
| HSL | 223º | 0.35% | 0.34% | - |
| HSV(B) | 223º | 0.52% | 0.45% | - |
| XYZ | 7.17 | 6.87 | 17.47 | - |
| YUV | 72.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 116 | 0.52 | 0.37 | 0 | 0.55 | 223 | 0.35 | 0.34 |
| Hex | 38 | 49 | 74 | 34 | 25 | 0 | 37 | DF | 23 | 22 |
| Octal | 70 | 111 | 164 | 64 | 45 | 0 | 67 | 337 | 43 | 42 |
| Binary | 111000 | 1001001 | 1110100 | 110100 | 100101 | 0 | 110111 | 11011111 | 100011 | 100010 |
Color Harmonies of #384974
Complementary color
Monochromatic Colors of #384974
Black with #384974
Text Example
Text Example
White with #384974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384974; }
p { color: rgb(56,73,116); }
H1.HeaderClassName
{
color: #384974;
}
.AnyTagClassName
{
color: #384974;
}
</style>
background-color css
<style>
a { background-color: #384974; }
a { background-color: rgb(56,73,116); }
div.DivClassName
{
background-color: #384974;
}
.BgClassName
{
background-color: #384974;
}
</style>
border-color css
<style>
span { border-color: #384974; }
span { border-color: rgb(56,73,116); }
td.TdClassName
{
border-color: #384974;
}
.TagClassName
{
border-color: #384974;
}
</style>