#394D60

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

Shades of Cello #394D60

Tints of Cello #394D60

Color information

#394D60 (or 0x394D60) is unknown color: approx Cello. HEX triplet: 39, 4D and 60. RGB value is (57,77,96). Sum of RGB (Red+Green+Blue) = 57+77+96=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #394D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D60 is #C6B29F. Grayscale: #494949. Windows color (decimal): -13021856 or 6311225. OLE color: 6311225.

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

Color convert

RGB577796-
CMYK0.410.2000.62
HSL209.23º25.49%30%-
HSV(B)209.23º40.62%37.65%-
XYZ6.457.0212.08-
YUV73.19140.87116.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=24.78%
G=33.48%
B=41.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5777960.410.2000.62209.2325.4930
Hex394D60291403Ed1191e
Octal7111514051240763213136
Binary11100110011011100000101001101000111110110100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,77,96); }

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

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

 a { background-color: rgb(57,77,96); }

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

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

 span { border-color: rgb(57,77,96); }

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