Shades of Resolution Blue #384877
Tints of Resolution Blue #384877
RGB
CMYK
RGB Variations
Color information
#384877 (or 0x384877) is known color: Resolution Blue. HEX triplet: 38, 48 and 77. RGB value is (56,72,119). Sum of RGB (Red+Green+Blue) = 56+72+119=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #384877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384877 is #C7B788. Grayscale: #484848. Windows color (decimal): -13088649 or 7817272. OLE color: 7817272.
HSL color Cylindrical-coordinate representation of color #384877: hue angle of 224.76º 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 #384877 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 72 | 119 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.53 |
| HSL | 224.76º | 0.36% | 0.34% | - |
| HSV(B) | 224.76º | 0.53% | 0.47% | - |
| XYZ | 7.28 | 6.81 | 18.38 | - |
| YUV | 72.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 119 | 0.53 | 0.39 | 0 | 0.53 | 224.76 | 0.36 | 0.34 |
| Hex | 38 | 48 | 77 | 35 | 27 | 0 | 35 | E1 | 24 | 22 |
| Octal | 70 | 110 | 167 | 65 | 47 | 0 | 65 | 341 | 44 | 42 |
| Binary | 111000 | 1001000 | 1110111 | 110101 | 100111 | 0 | 110101 | 11100001 | 100100 | 100010 |
Color Harmonies of #384877
Complementary color
Monochromatic Colors of #384877
Black with #384877
Text Example
Text Example
White with #384877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384877; }
p { color: rgb(56,72,119); }
H1.HeaderClassName
{
color: #384877;
}
.AnyTagClassName
{
color: #384877;
}
</style>
background-color css
<style>
a { background-color: #384877; }
a { background-color: rgb(56,72,119); }
div.DivClassName
{
background-color: #384877;
}
.BgClassName
{
background-color: #384877;
}
</style>
border-color css
<style>
span { border-color: #384877; }
span { border-color: rgb(56,72,119); }
td.TdClassName
{
border-color: #384877;
}
.TagClassName
{
border-color: #384877;
}
</style>