Shades of Cello #38485C
Tints of Cello #38485C
RGB
CMYK
RGB Variations
Color information
#38485C (or 0x38485C) is known color: Cello. HEX triplet: 38, 48 and 5C. RGB value is (56,72,92). Sum of RGB (Red+Green+Blue) = 56+72+92=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #38485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38485C is #C7B7A3. Grayscale: #454545. Windows color (decimal): -13088676 or 6047800. OLE color: 6047800.
HSL color Cylindrical-coordinate representation of color #38485C: hue angle of 213.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 #38485C is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 72 | 92 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.64 |
| HSL | 213.33º | 0.24% | 0.29% | - |
| HSV(B) | 213.33º | 0.39% | 0.36% | - |
| XYZ | 5.88 | 6.25 | 11.02 | - |
| YUV | 69.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 92 | 0.39 | 0.22 | 0 | 0.64 | 213.33 | 0.24 | 0.29 |
| Hex | 38 | 48 | 5C | 27 | 16 | 0 | 40 | D5 | 18 | 1D |
| Octal | 70 | 110 | 134 | 47 | 26 | 0 | 100 | 325 | 30 | 35 |
| Binary | 111000 | 1001000 | 1011100 | 100111 | 10110 | 0 | 1000000 | 11010101 | 11000 | 11101 |
Color Harmonies of #38485C
Complementary color
Monochromatic Colors of #38485C
Black with #38485C
Text Example
Text Example
White with #38485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38485C; }
p { color: rgb(56,72,92); }
H1.HeaderClassName
{
color: #38485C;
}
.AnyTagClassName
{
color: #38485C;
}
</style>
background-color css
<style>
a { background-color: #38485C; }
a { background-color: rgb(56,72,92); }
div.DivClassName
{
background-color: #38485C;
}
.BgClassName
{
background-color: #38485C;
}
</style>
border-color css
<style>
span { border-color: #38485C; }
span { border-color: rgb(56,72,92); }
td.TdClassName
{
border-color: #38485C;
}
.TagClassName
{
border-color: #38485C;
}
</style>