Shades of Resolution Blue #384777
Tints of Resolution Blue #384777
RGB
CMYK
RGB Variations
Color information
#384777 (or 0x384777) is known color: Resolution Blue. HEX triplet: 38, 47 and 77. RGB value is (56,71,119). Sum of RGB (Red+Green+Blue) = 56+71+119=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #384777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384777 is #C7B888. Grayscale: #474747. Windows color (decimal): -13088905 or 7817016. OLE color: 7817016.
HSL color Cylindrical-coordinate representation of color #384777: hue angle of 225.71º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384777 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 71 | 119 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.53 |
| HSL | 225.71º | 0.36% | 0.34% | - |
| HSV(B) | 225.71º | 0.53% | 0.47% | - |
| XYZ | 7.21 | 6.68 | 18.36 | - |
| YUV | 71.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 119 | 0.53 | 0.40 | 0 | 0.53 | 225.71 | 0.36 | 0.34 |
| Hex | 38 | 47 | 77 | 35 | 28 | 0 | 35 | E2 | 24 | 22 |
| Octal | 70 | 107 | 167 | 65 | 50 | 0 | 65 | 342 | 44 | 42 |
| Binary | 111000 | 1000111 | 1110111 | 110101 | 101000 | 0 | 110101 | 11100010 | 100100 | 100010 |
Color Harmonies of #384777
Complementary color
Monochromatic Colors of #384777
Black with #384777
Text Example
Text Example
White with #384777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384777; }
p { color: rgb(56,71,119); }
H1.HeaderClassName
{
color: #384777;
}
.AnyTagClassName
{
color: #384777;
}
</style>
background-color css
<style>
a { background-color: #384777; }
a { background-color: rgb(56,71,119); }
div.DivClassName
{
background-color: #384777;
}
.BgClassName
{
background-color: #384777;
}
</style>
border-color css
<style>
span { border-color: #384777; }
span { border-color: rgb(56,71,119); }
td.TdClassName
{
border-color: #384777;
}
.TagClassName
{
border-color: #384777;
}
</style>