Shades of Cello #394F66
Tints of Cello #394F66
RGB
CMYK
RGB Variations
Color information
#394F66 (or 0x394F66) is known color: Cello. HEX triplet: 39, 4F and 66. RGB value is (57,79,102). Sum of RGB (Red+Green+Blue) = 57+79+102=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #394F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F66 is #C6B099. Grayscale: #4A4A4A. Windows color (decimal): -13021338 or 6704953. OLE color: 6704953.
HSL color Cylindrical-coordinate representation of color #394F66: hue angle of 210.67º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #394F66 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 57 | 79 | 102 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.6 |
| HSL | 210.67º | 0.28% | 0.31% | - |
| HSV(B) | 210.67º | 0.44% | 0.4% | - |
| XYZ | 6.88 | 7.42 | 13.64 | - |
| YUV | 75.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 102 | 0.44 | 0.23 | 0 | 0.6 | 210.67 | 0.28 | 0.31 |
| Hex | 39 | 4F | 66 | 2C | 17 | 0 | 3C | D3 | 1C | 1F |
| Octal | 71 | 117 | 146 | 54 | 27 | 0 | 74 | 323 | 34 | 37 |
| Binary | 111001 | 1001111 | 1100110 | 101100 | 10111 | 0 | 111100 | 11010011 | 11100 | 11111 |
Color Harmonies of #394F66
Complementary color
Monochromatic Colors of #394F66
Black with #394F66
Text Example
Text Example
White with #394F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394F66; }
p { color: rgb(57,79,102); }
H1.HeaderClassName
{
color: #394F66;
}
.AnyTagClassName
{
color: #394F66;
}
</style>
background-color css
<style>
a { background-color: #394F66; }
a { background-color: rgb(57,79,102); }
div.DivClassName
{
background-color: #394F66;
}
.BgClassName
{
background-color: #394F66;
}
</style>
border-color css
<style>
span { border-color: #394F66; }
span { border-color: rgb(57,79,102); }
td.TdClassName
{
border-color: #394F66;
}
.TagClassName
{
border-color: #394F66;
}
</style>