#394961

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

Shades of Cello #394961

Tints of Cello #394961

Color information

#394961 (or 0x394961) is unknown color: approx Cello. HEX triplet: 39, 49 and 61. RGB value is (57,73,97). Sum of RGB (Red+Green+Blue) = 57+73+97=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #394961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394961 is #C6B69E. Grayscale: #464646. Windows color (decimal): -13022879 or 6375737. OLE color: 6375737.

HSL color Cylindrical-coordinate representation of color #394961: hue angle of 216º 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 #394961 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB577397-
CMYK0.410.2500.62
HSL216º25.97%30.2%-
HSV(B)216º41.24%38.04%-
XYZ6.236.512.24-
YUV70.95142.7118.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=25.11%
G=32.16%
B=42.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5773970.410.2500.6221625.9730.2
Hex394961291903Ed81a1e
Octal7111114151310763303236
Binary11100110010011100001101001110010111110110110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394961; }

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

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

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

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

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

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

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

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