Shades of Cello #384F67
Tints of Cello #384F67
RGB
CMYK
RGB Variations
Color information
#384F67 (or 0x384F67) is known color: Cello. HEX triplet: 38, 4F and 67. RGB value is (56,79,103). Sum of RGB (Red+Green+Blue) = 56+79+103=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #384F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F67 is #C7B098. Grayscale: #4A4A4A. Windows color (decimal): -13086873 or 6770488. OLE color: 6770488.
HSL color Cylindrical-coordinate representation of color #384F67: hue angle of 210.64º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384F67 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 79 | 103 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.60 |
| HSL | 210.64º | 0.3% | 0.31% | - |
| HSV(B) | 210.64º | 0.46% | 0.4% | - |
| XYZ | 6.88 | 7.41 | 13.9 | - |
| YUV | 74.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 103 | 0.46 | 0.23 | 0 | 0.60 | 210.64 | 0.3 | 0.31 |
| Hex | 38 | 4F | 67 | 2E | 17 | 0 | 3C | D3 | 1E | 1F |
| Octal | 70 | 117 | 147 | 56 | 27 | 0 | 74 | 323 | 36 | 37 |
| Binary | 111000 | 1001111 | 1100111 | 101110 | 10111 | 0 | 111100 | 11010011 | 11110 | 11111 |
Color Harmonies of #384F67
Complementary color
Monochromatic Colors of #384F67
Black with #384F67
Text Example
Text Example
White with #384F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384F67; }
p { color: rgb(56,79,103); }
H1.HeaderClassName
{
color: #384F67;
}
.AnyTagClassName
{
color: #384F67;
}
</style>
background-color css
<style>
a { background-color: #384F67; }
a { background-color: rgb(56,79,103); }
div.DivClassName
{
background-color: #384F67;
}
.BgClassName
{
background-color: #384F67;
}
</style>
border-color css
<style>
span { border-color: #384F67; }
span { border-color: rgb(56,79,103); }
td.TdClassName
{
border-color: #384F67;
}
.TagClassName
{
border-color: #384F67;
}
</style>