Shades of Cello #38495C
Tints of Cello #38495C
RGB
CMYK
RGB Variations
Color information
#38495C (or 0x38495C) is known color: Cello. HEX triplet: 38, 49 and 5C. RGB value is (56,73,92). Sum of RGB (Red+Green+Blue) = 56+73+92=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #38495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38495C is #C7B6A3. Grayscale: #454545. Windows color (decimal): -13088420 or 6048056. OLE color: 6048056.
HSL color Cylindrical-coordinate representation of color #38495C: hue angle of 211.67º 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 #38495C is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 73 | 92 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.64 |
| HSL | 211.67º | 0.24% | 0.29% | - |
| HSV(B) | 211.67º | 0.39% | 0.36% | - |
| XYZ | 5.95 | 6.38 | 11.04 | - |
| YUV | 70.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 92 | 0.39 | 0.21 | 0 | 0.64 | 211.67 | 0.24 | 0.29 |
| Hex | 38 | 49 | 5C | 27 | 15 | 0 | 40 | D4 | 18 | 1D |
| Octal | 70 | 111 | 134 | 47 | 25 | 0 | 100 | 324 | 30 | 35 |
| Binary | 111000 | 1001001 | 1011100 | 100111 | 10101 | 0 | 1000000 | 11010100 | 11000 | 11101 |
Color Harmonies of #38495C
Complementary color
Monochromatic Colors of #38495C
Black with #38495C
Text Example
Text Example
White with #38495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38495C; }
p { color: rgb(56,73,92); }
H1.HeaderClassName
{
color: #38495C;
}
.AnyTagClassName
{
color: #38495C;
}
</style>
background-color css
<style>
a { background-color: #38495C; }
a { background-color: rgb(56,73,92); }
div.DivClassName
{
background-color: #38495C;
}
.BgClassName
{
background-color: #38495C;
}
</style>
border-color css
<style>
span { border-color: #38495C; }
span { border-color: rgb(56,73,92); }
td.TdClassName
{
border-color: #38495C;
}
.TagClassName
{
border-color: #38495C;
}
</style>