Shades of Resolution Blue #384978
Tints of Resolution Blue #384978
RGB
CMYK
RGB Variations
Color information
#384978 (or 0x384978) is known color: Resolution Blue. HEX triplet: 38, 49 and 78. RGB value is (56,73,120). Sum of RGB (Red+Green+Blue) = 56+73+120=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #384978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384978 is #C7B687. Grayscale: #494949. Windows color (decimal): -13088392 or 7883064. OLE color: 7883064.
HSL color Cylindrical-coordinate representation of color #384978: hue angle of 224.06º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384978 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 73 | 120 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.53 |
| HSL | 224.06º | 0.36% | 0.35% | - |
| HSV(B) | 224.06º | 0.53% | 0.47% | - |
| XYZ | 7.4 | 6.96 | 18.72 | - |
| YUV | 73.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 120 | 0.53 | 0.39 | 0 | 0.53 | 224.06 | 0.36 | 0.35 |
| Hex | 38 | 49 | 78 | 35 | 27 | 0 | 35 | E0 | 24 | 23 |
| Octal | 70 | 111 | 170 | 65 | 47 | 0 | 65 | 340 | 44 | 43 |
| Binary | 111000 | 1001001 | 1111000 | 110101 | 100111 | 0 | 110101 | 11100000 | 100100 | 100011 |
Color Harmonies of #384978
Complementary color
Monochromatic Colors of #384978
Black with #384978
Text Example
Text Example
White with #384978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384978; }
p { color: rgb(56,73,120); }
H1.HeaderClassName
{
color: #384978;
}
.AnyTagClassName
{
color: #384978;
}
</style>
background-color css
<style>
a { background-color: #384978; }
a { background-color: rgb(56,73,120); }
div.DivClassName
{
background-color: #384978;
}
.BgClassName
{
background-color: #384978;
}
</style>
border-color css
<style>
span { border-color: #384978; }
span { border-color: rgb(56,73,120); }
td.TdClassName
{
border-color: #384978;
}
.TagClassName
{
border-color: #384978;
}
</style>