Shades of Cello #384E63
Tints of Cello #384E63
RGB
CMYK
RGB Variations
Color information
#384E63 (or 0x384E63) is known color: Cello. HEX triplet: 38, 4E and 63. RGB value is (56,78,99). Sum of RGB (Red+Green+Blue) = 56+78+99=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #384E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E63 is #C7B19C. Grayscale: #494949. Windows color (decimal): -13087133 or 6508088. OLE color: 6508088.
HSL color Cylindrical-coordinate representation of color #384E63: hue angle of 209.3º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #384E63 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 78 | 99 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.61 |
| HSL | 209.3º | 0.28% | 0.3% | - |
| HSV(B) | 209.3º | 0.43% | 0.39% | - |
| XYZ | 6.61 | 7.19 | 12.84 | - |
| YUV | 73.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 99 | 0.43 | 0.21 | 0 | 0.61 | 209.3 | 0.28 | 0.3 |
| Hex | 38 | 4E | 63 | 2B | 15 | 0 | 3D | D1 | 1C | 1E |
| Octal | 70 | 116 | 143 | 53 | 25 | 0 | 75 | 321 | 34 | 36 |
| Binary | 111000 | 1001110 | 1100011 | 101011 | 10101 | 0 | 111101 | 11010001 | 11100 | 11110 |
Color Harmonies of #384E63
Complementary color
Monochromatic Colors of #384E63
Black with #384E63
Text Example
Text Example
White with #384E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E63; }
p { color: rgb(56,78,99); }
H1.HeaderClassName
{
color: #384E63;
}
.AnyTagClassName
{
color: #384E63;
}
</style>
background-color css
<style>
a { background-color: #384E63; }
a { background-color: rgb(56,78,99); }
div.DivClassName
{
background-color: #384E63;
}
.BgClassName
{
background-color: #384E63;
}
</style>
border-color css
<style>
span { border-color: #384E63; }
span { border-color: rgb(56,78,99); }
td.TdClassName
{
border-color: #384E63;
}
.TagClassName
{
border-color: #384E63;
}
</style>