Shades of Resolution Blue #384879
Tints of Resolution Blue #384879
RGB
CMYK
RGB Variations
Color information
#384879 (or 0x384879) is known color: Resolution Blue. HEX triplet: 38, 48 and 79. RGB value is (56,72,121). Sum of RGB (Red+Green+Blue) = 56+72+121=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #384879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384879 is #C7B786. Grayscale: #484848. Windows color (decimal): -13088647 or 7948344. OLE color: 7948344.
HSL color Cylindrical-coordinate representation of color #384879: hue angle of 225.23º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #384879 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 72 | 121 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.53 |
| HSL | 225.23º | 0.37% | 0.35% | - |
| HSV(B) | 225.23º | 0.54% | 0.47% | - |
| XYZ | 7.4 | 6.86 | 19.02 | - |
| YUV | 72.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 121 | 0.54 | 0.40 | 0 | 0.53 | 225.23 | 0.37 | 0.35 |
| Hex | 38 | 48 | 79 | 36 | 28 | 0 | 35 | E1 | 25 | 23 |
| Octal | 70 | 110 | 171 | 66 | 50 | 0 | 65 | 341 | 45 | 43 |
| Binary | 111000 | 1001000 | 1111001 | 110110 | 101000 | 0 | 110101 | 11100001 | 100101 | 100011 |
Color Harmonies of #384879
Complementary color
Monochromatic Colors of #384879
Black with #384879
Text Example
Text Example
White with #384879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384879; }
p { color: rgb(56,72,121); }
H1.HeaderClassName
{
color: #384879;
}
.AnyTagClassName
{
color: #384879;
}
</style>
background-color css
<style>
a { background-color: #384879; }
a { background-color: rgb(56,72,121); }
div.DivClassName
{
background-color: #384879;
}
.BgClassName
{
background-color: #384879;
}
</style>
border-color css
<style>
span { border-color: #384879; }
span { border-color: rgb(56,72,121); }
td.TdClassName
{
border-color: #384879;
}
.TagClassName
{
border-color: #384879;
}
</style>