Shades of Cello #384962
Tints of Cello #384962
RGB
CMYK
RGB Variations
Color information
#384962 (or 0x384962) is known color: Cello. HEX triplet: 38, 49 and 62. RGB value is (56,73,98). Sum of RGB (Red+Green+Blue) = 56+73+98=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #384962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384962 is #C7B69D. Grayscale: #464646. Windows color (decimal): -13088414 or 6441272. OLE color: 6441272.
HSL color Cylindrical-coordinate representation of color #384962: hue angle of 215.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #384962 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 73 | 98 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.62 |
| HSL | 215.71º | 0.27% | 0.3% | - |
| HSV(B) | 215.71º | 0.43% | 0.38% | - |
| XYZ | 6.22 | 6.49 | 12.48 | - |
| YUV | 70.77 | 143.37 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 98 | 0.43 | 0.26 | 0 | 0.62 | 215.71 | 0.27 | 0.3 |
| Hex | 38 | 49 | 62 | 2B | 1A | 0 | 3E | D8 | 1B | 1E |
| Octal | 70 | 111 | 142 | 53 | 32 | 0 | 76 | 330 | 33 | 36 |
| Binary | 111000 | 1001001 | 1100010 | 101011 | 11010 | 0 | 111110 | 11011000 | 11011 | 11110 |
Color Harmonies of #384962
Complementary color
Monochromatic Colors of #384962
Black with #384962
Text Example
Text Example
White with #384962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384962; }
p { color: rgb(56,73,98); }
H1.HeaderClassName
{
color: #384962;
}
.AnyTagClassName
{
color: #384962;
}
</style>
background-color css
<style>
a { background-color: #384962; }
a { background-color: rgb(56,73,98); }
div.DivClassName
{
background-color: #384962;
}
.BgClassName
{
background-color: #384962;
}
</style>
border-color css
<style>
span { border-color: #384962; }
span { border-color: rgb(56,73,98); }
td.TdClassName
{
border-color: #384962;
}
.TagClassName
{
border-color: #384962;
}
</style>