Shades of Cello #394F67
Tints of Cello #394F67
RGB
CMYK
RGB Variations
Color information
#394F67 (or 0x394F67) is known color: Cello. HEX triplet: 39, 4F and 67. RGB value is (57,79,103). Sum of RGB (Red+Green+Blue) = 57+79+103=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #394F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F67 is #C6B098. Grayscale: #4B4B4B. Windows color (decimal): -13021337 or 6770489. OLE color: 6770489.
HSL color Cylindrical-coordinate representation of color #394F67: hue angle of 211.3º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #394F67 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 79 | 103 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.60 |
| HSL | 211.3º | 0.29% | 0.31% | - |
| HSV(B) | 211.3º | 0.45% | 0.4% | - |
| XYZ | 6.93 | 7.44 | 13.9 | - |
| YUV | 75.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 103 | 0.45 | 0.23 | 0 | 0.60 | 211.3 | 0.29 | 0.31 |
| Hex | 39 | 4F | 67 | 2D | 17 | 0 | 3C | D3 | 1D | 1F |
| Octal | 71 | 117 | 147 | 55 | 27 | 0 | 74 | 323 | 35 | 37 |
| Binary | 111001 | 1001111 | 1100111 | 101101 | 10111 | 0 | 111100 | 11010011 | 11101 | 11111 |
Color Harmonies of #394F67
Complementary color
Monochromatic Colors of #394F67
Black with #394F67
Text Example
Text Example
White with #394F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394F67; }
p { color: rgb(57,79,103); }
H1.HeaderClassName
{
color: #394F67;
}
.AnyTagClassName
{
color: #394F67;
}
</style>
background-color css
<style>
a { background-color: #394F67; }
a { background-color: rgb(57,79,103); }
div.DivClassName
{
background-color: #394F67;
}
.BgClassName
{
background-color: #394F67;
}
</style>
border-color css
<style>
span { border-color: #394F67; }
span { border-color: rgb(57,79,103); }
td.TdClassName
{
border-color: #394F67;
}
.TagClassName
{
border-color: #394F67;
}
</style>