Shades of Cello #395164
Tints of Cello #395164
RGB
CMYK
RGB Variations
Color information
#395164 (or 0x395164) is known color: Cello. HEX triplet: 39, 51 and 64. RGB value is (57,81,100). Sum of RGB (Red+Green+Blue) = 57+81+100=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 100 - color contains mainly: blue. Hex color #395164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395164 is #C6AE9B. Grayscale: #4B4B4B. Windows color (decimal): -13020828 or 6574393. OLE color: 6574393.
HSL color Cylindrical-coordinate representation of color #395164: hue angle of 206.51º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #395164 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 57 | 81 | 100 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.61 |
| HSL | 206.51º | 0.27% | 0.31% | - |
| HSV(B) | 206.51º | 0.43% | 0.39% | - |
| XYZ | 6.93 | 7.67 | 13.17 | - |
| YUV | 75.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 81 | 100 | 0.43 | 0.19 | 0 | 0.61 | 206.51 | 0.27 | 0.31 |
| Hex | 39 | 51 | 64 | 2B | 13 | 0 | 3D | CF | 1B | 1F |
| Octal | 71 | 121 | 144 | 53 | 23 | 0 | 75 | 317 | 33 | 37 |
| Binary | 111001 | 1010001 | 1100100 | 101011 | 10011 | 0 | 111101 | 11001111 | 11011 | 11111 |
Color Harmonies of #395164
Complementary color
Monochromatic Colors of #395164
Black with #395164
Text Example
Text Example
White with #395164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395164; }
p { color: rgb(57,81,100); }
H1.HeaderClassName
{
color: #395164;
}
.AnyTagClassName
{
color: #395164;
}
</style>
background-color css
<style>
a { background-color: #395164; }
a { background-color: rgb(57,81,100); }
div.DivClassName
{
background-color: #395164;
}
.BgClassName
{
background-color: #395164;
}
</style>
border-color css
<style>
span { border-color: #395164; }
span { border-color: rgb(57,81,100); }
td.TdClassName
{
border-color: #395164;
}
.TagClassName
{
border-color: #395164;
}
</style>