#394C61

Color #394C61 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #394C61

Tints of Cello #394C61

Color information

#394C61 (or 0x394C61) is unknown color: approx Cello. HEX triplet: 39, 4C and 61. RGB value is (57,76,97). Sum of RGB (Red+Green+Blue) = 57+76+97=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #394C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C61 is #C6B39E. Grayscale: #484848. Windows color (decimal): -13022111 or 6376505. OLE color: 6376505.

HSL color Cylindrical-coordinate representation of color #394C61: hue angle of 211.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #394C61 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB577697-
CMYK0.410.2200.62
HSL211.5º25.97%30.2%-
HSV(B)211.5º41.24%38.04%-
XYZ6.436.912.3-
YUV72.71141.71116.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=24.78%
G=33.04%
B=42.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5776970.410.2200.62211.525.9730.2
Hex394C61291603Ed41a1e
Octal7111414151260763243236
Binary11100110011001100001101001101100111110110101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394C61; }

 p { color: rgb(57,76,97); }

 H1.HeaderClassName
 {
   color: #394C61;
 }
 .AnyTagClassName
 {
   color: #394C61;
 }
</style>
background-color css

<style>
 a { background-color: #394C61; }

 a { background-color: rgb(57,76,97); }

 div.DivClassName
 {
   background-color: #394C61;
 }
 .BgClassName
 {
   background-color: #394C61;
 }
</style>
border-color css

<style>
 span { border-color: #394C61; }

 span { border-color: rgb(57,76,97); }

 td.TdClassName
 {
   border-color: #394C61;
 }
 .TagClassName
 {
   border-color: #394C61;
 }
</style>