Shades of Cello #394F6B
Tints of Cello #394F6B
RGB
CMYK
RGB Variations
Color information
#394F6B (or 0x394F6B) is known color: Cello. HEX triplet: 39, 4F and 6B. RGB value is (57,79,107). Sum of RGB (Red+Green+Blue) = 57+79+107=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #394F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F6B is #C6B094. Grayscale: #4B4B4B. Windows color (decimal): -13021333 or 7032633. OLE color: 7032633.
HSL color Cylindrical-coordinate representation of color #394F6B: hue angle of 213.6º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #394F6B is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 79 | 107 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.58 |
| HSL | 213.6º | 0.3% | 0.32% | - |
| HSV(B) | 213.6º | 0.47% | 0.42% | - |
| XYZ | 7.14 | 7.52 | 14.99 | - |
| YUV | 75.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 107 | 0.47 | 0.26 | 0 | 0.58 | 213.6 | 0.3 | 0.32 |
| Hex | 39 | 4F | 6B | 2F | 1A | 0 | 3A | D6 | 1E | 20 |
| Octal | 71 | 117 | 153 | 57 | 32 | 0 | 72 | 326 | 36 | 40 |
| Binary | 111001 | 1001111 | 1101011 | 101111 | 11010 | 0 | 111010 | 11010110 | 11110 | 100000 |
Color Harmonies of #394F6B
Complementary color
Monochromatic Colors of #394F6B
Black with #394F6B
Text Example
Text Example
White with #394F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394F6B; }
p { color: rgb(57,79,107); }
H1.HeaderClassName
{
color: #394F6B;
}
.AnyTagClassName
{
color: #394F6B;
}
</style>
background-color css
<style>
a { background-color: #394F6B; }
a { background-color: rgb(57,79,107); }
div.DivClassName
{
background-color: #394F6B;
}
.BgClassName
{
background-color: #394F6B;
}
</style>
border-color css
<style>
span { border-color: #394F6B; }
span { border-color: rgb(57,79,107); }
td.TdClassName
{
border-color: #394F6B;
}
.TagClassName
{
border-color: #394F6B;
}
</style>