Shades of Cello #384B63
Tints of Cello #384B63
RGB
CMYK
RGB Variations
Color information
#384B63 (or 0x384B63) is known color: Cello. HEX triplet: 38, 4B and 63. RGB value is (56,75,99). Sum of RGB (Red+Green+Blue) = 56+75+99=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #384B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B63 is #C7B49C. Grayscale: #474747. Windows color (decimal): -13087901 or 6507320. OLE color: 6507320.
HSL color Cylindrical-coordinate representation of color #384B63: hue angle of 213.49º 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 #384B63 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 75 | 99 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.61 |
| HSL | 213.49º | 0.28% | 0.3% | - |
| HSV(B) | 213.49º | 0.43% | 0.39% | - |
| XYZ | 6.4 | 6.77 | 12.77 | - |
| YUV | 72.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 99 | 0.43 | 0.24 | 0 | 0.61 | 213.49 | 0.28 | 0.3 |
| Hex | 38 | 4B | 63 | 2B | 18 | 0 | 3D | D5 | 1C | 1E |
| Octal | 70 | 113 | 143 | 53 | 30 | 0 | 75 | 325 | 34 | 36 |
| Binary | 111000 | 1001011 | 1100011 | 101011 | 11000 | 0 | 111101 | 11010101 | 11100 | 11110 |
Color Harmonies of #384B63
Complementary color
Monochromatic Colors of #384B63
Black with #384B63
Text Example
Text Example
White with #384B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B63; }
p { color: rgb(56,75,99); }
H1.HeaderClassName
{
color: #384B63;
}
.AnyTagClassName
{
color: #384B63;
}
</style>
background-color css
<style>
a { background-color: #384B63; }
a { background-color: rgb(56,75,99); }
div.DivClassName
{
background-color: #384B63;
}
.BgClassName
{
background-color: #384B63;
}
</style>
border-color css
<style>
span { border-color: #384B63; }
span { border-color: rgb(56,75,99); }
td.TdClassName
{
border-color: #384B63;
}
.TagClassName
{
border-color: #384B63;
}
</style>