Shades of Cello #385169
Tints of Cello #385169
RGB
CMYK
RGB Variations
Color information
#385169 (or 0x385169) is known color: Cello. HEX triplet: 38, 51 and 69. RGB value is (56,81,105). Sum of RGB (Red+Green+Blue) = 56+81+105=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #385169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385169 is #C7AE96. Grayscale: #4C4C4C. Windows color (decimal): -13086359 or 6902072. OLE color: 6902072.
HSL color Cylindrical-coordinate representation of color #385169: hue angle of 209.39º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #385169 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 81 | 105 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.59 |
| HSL | 209.39º | 0.3% | 0.32% | - |
| HSV(B) | 209.39º | 0.47% | 0.41% | - |
| XYZ | 7.12 | 7.75 | 14.48 | - |
| YUV | 76.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 105 | 0.47 | 0.23 | 0 | 0.59 | 209.39 | 0.3 | 0.32 |
| Hex | 38 | 51 | 69 | 2F | 17 | 0 | 3B | D1 | 1E | 20 |
| Octal | 70 | 121 | 151 | 57 | 27 | 0 | 73 | 321 | 36 | 40 |
| Binary | 111000 | 1010001 | 1101001 | 101111 | 10111 | 0 | 111011 | 11010001 | 11110 | 100000 |
Color Harmonies of #385169
Complementary color
Monochromatic Colors of #385169
Black with #385169
Text Example
Text Example
White with #385169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385169; }
p { color: rgb(56,81,105); }
H1.HeaderClassName
{
color: #385169;
}
.AnyTagClassName
{
color: #385169;
}
</style>
background-color css
<style>
a { background-color: #385169; }
a { background-color: rgb(56,81,105); }
div.DivClassName
{
background-color: #385169;
}
.BgClassName
{
background-color: #385169;
}
</style>
border-color css
<style>
span { border-color: #385169; }
span { border-color: rgb(56,81,105); }
td.TdClassName
{
border-color: #385169;
}
.TagClassName
{
border-color: #385169;
}
</style>