Shades of Resolution Blue #384876
Tints of Resolution Blue #384876
RGB
CMYK
RGB Variations
Color information
#384876 (or 0x384876) is known color: Resolution Blue. HEX triplet: 38, 48 and 76. RGB value is (56,72,118). Sum of RGB (Red+Green+Blue) = 56+72+118=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #384876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384876 is #C7B789. Grayscale: #484848. Windows color (decimal): -13088650 or 7751736. OLE color: 7751736.
HSL color Cylindrical-coordinate representation of color #384876: hue angle of 224.52º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384876 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 72 | 118 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.54 |
| HSL | 224.52º | 0.36% | 0.34% | - |
| HSV(B) | 224.52º | 0.53% | 0.46% | - |
| XYZ | 7.22 | 6.78 | 18.07 | - |
| YUV | 72.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 118 | 0.53 | 0.39 | 0 | 0.54 | 224.52 | 0.36 | 0.34 |
| Hex | 38 | 48 | 76 | 35 | 27 | 0 | 36 | E1 | 24 | 22 |
| Octal | 70 | 110 | 166 | 65 | 47 | 0 | 66 | 341 | 44 | 42 |
| Binary | 111000 | 1001000 | 1110110 | 110101 | 100111 | 0 | 110110 | 11100001 | 100100 | 100010 |
Color Harmonies of #384876
Complementary color
Monochromatic Colors of #384876
Black with #384876
Text Example
Text Example
White with #384876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384876; }
p { color: rgb(56,72,118); }
H1.HeaderClassName
{
color: #384876;
}
.AnyTagClassName
{
color: #384876;
}
</style>
background-color css
<style>
a { background-color: #384876; }
a { background-color: rgb(56,72,118); }
div.DivClassName
{
background-color: #384876;
}
.BgClassName
{
background-color: #384876;
}
</style>
border-color css
<style>
span { border-color: #384876; }
span { border-color: rgb(56,72,118); }
td.TdClassName
{
border-color: #384876;
}
.TagClassName
{
border-color: #384876;
}
</style>