Shades of Cello #385261
Tints of Cello #385261
RGB
CMYK
RGB Variations
Color information
#385261 (or 0x385261) is known color: Cello. HEX triplet: 38, 52 and 61. RGB value is (56,82,97). Sum of RGB (Red+Green+Blue) = 56+82+97=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #385261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385261 is #C7AD9E. Grayscale: #4B4B4B. Windows color (decimal): -13086111 or 6378040. OLE color: 6378040.
HSL color Cylindrical-coordinate representation of color #385261: hue angle of 201.95º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #385261 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 82 | 97 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.62 |
| HSL | 201.95º | 0.27% | 0.3% | - |
| HSV(B) | 201.95º | 0.42% | 0.38% | - |
| XYZ | 6.81 | 7.74 | 12.44 | - |
| YUV | 75.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 97 | 0.42 | 0.15 | 0 | 0.62 | 201.95 | 0.27 | 0.3 |
| Hex | 38 | 52 | 61 | 2A | F | 0 | 3E | CA | 1B | 1E |
| Octal | 70 | 122 | 141 | 52 | 17 | 0 | 76 | 312 | 33 | 36 |
| Binary | 111000 | 1010010 | 1100001 | 101010 | 1111 | 0 | 111110 | 11001010 | 11011 | 11110 |
Color Harmonies of #385261
Complementary color
Monochromatic Colors of #385261
Black with #385261
Text Example
Text Example
White with #385261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385261; }
p { color: rgb(56,82,97); }
H1.HeaderClassName
{
color: #385261;
}
.AnyTagClassName
{
color: #385261;
}
</style>
background-color css
<style>
a { background-color: #385261; }
a { background-color: rgb(56,82,97); }
div.DivClassName
{
background-color: #385261;
}
.BgClassName
{
background-color: #385261;
}
</style>
border-color css
<style>
span { border-color: #385261; }
span { border-color: rgb(56,82,97); }
td.TdClassName
{
border-color: #385261;
}
.TagClassName
{
border-color: #385261;
}
</style>