Shades of Cello #384E5C
Tints of Cello #384E5C
RGB
CMYK
RGB Variations
Color information
#384E5C (or 0x384E5C) is known color: Cello. HEX triplet: 38, 4E and 5C. RGB value is (56,78,92). Sum of RGB (Red+Green+Blue) = 56+78+92=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #384E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E5C is #C7B1A3. Grayscale: #484848. Windows color (decimal): -13087140 or 6049336. OLE color: 6049336.
HSL color Cylindrical-coordinate representation of color #384E5C: hue angle of 203.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #384E5C is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 78 | 92 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.64 |
| HSL | 203.33º | 0.24% | 0.29% | - |
| HSV(B) | 203.33º | 0.39% | 0.36% | - |
| XYZ | 6.29 | 7.06 | 11.16 | - |
| YUV | 73.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 92 | 0.39 | 0.15 | 0 | 0.64 | 203.33 | 0.24 | 0.29 |
| Hex | 38 | 4E | 5C | 27 | F | 0 | 40 | CB | 18 | 1D |
| Octal | 70 | 116 | 134 | 47 | 17 | 0 | 100 | 313 | 30 | 35 |
| Binary | 111000 | 1001110 | 1011100 | 100111 | 1111 | 0 | 1000000 | 11001011 | 11000 | 11101 |
Color Harmonies of #384E5C
Complementary color
Monochromatic Colors of #384E5C
Black with #384E5C
Text Example
Text Example
White with #384E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E5C; }
p { color: rgb(56,78,92); }
H1.HeaderClassName
{
color: #384E5C;
}
.AnyTagClassName
{
color: #384E5C;
}
</style>
background-color css
<style>
a { background-color: #384E5C; }
a { background-color: rgb(56,78,92); }
div.DivClassName
{
background-color: #384E5C;
}
.BgClassName
{
background-color: #384E5C;
}
</style>
border-color css
<style>
span { border-color: #384E5C; }
span { border-color: rgb(56,78,92); }
td.TdClassName
{
border-color: #384E5C;
}
.TagClassName
{
border-color: #384E5C;
}
</style>