#394A60

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

Shades of Cello #394A60

Tints of Cello #394A60

Color information

#394A60 (or 0x394A60) is unknown color: approx Cello. HEX triplet: 39, 4A and 60. RGB value is (57,74,96). Sum of RGB (Red+Green+Blue) = 57+74+96=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #394A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A60 is #C6B59F. Grayscale: #474747. Windows color (decimal): -13022624 or 6310457. OLE color: 6310457.

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

Color convert

RGB577496-
CMYK0.410.2300.62
HSL213.85º25.49%30%-
HSV(B)213.85º40.62%37.65%-
XYZ6.256.6112.01-
YUV71.42141.87117.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=25.11%
G=32.60%
B=42.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5774960.410.2300.62213.8525.4930
Hex394A60291703Ed6191e
Octal7111214051270763263136
Binary11100110010101100000101001101110111110110101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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