#394E5D

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

Shades of Cello #394E5D

Tints of Cello #394E5D

Color information

#394E5D (or 0x394E5D) is unknown color: approx Cello. HEX triplet: 39, 4E and 5D. RGB value is (57,78,93). Sum of RGB (Red+Green+Blue) = 57+78+93=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #394E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E5D is #C6B1A2. Grayscale: #494949. Windows color (decimal): -13021603 or 6114873. OLE color: 6114873.

HSL color Cylindrical-coordinate representation of color #394E5D: hue angle of 205º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #394E5D is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB577893-
CMYK0.390.1600.64
HSL205º24%29.41%-
HSV(B)205º38.71%36.47%-
XYZ6.397.1111.39-
YUV73.43139.04116.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=25%
G=34.21%
B=40.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5778930.390.1600.642052429.41
Hex394E5D2710040cd181d
Octal71116135472001003153035
Binary111001100111010111011001111000001000000110011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,78,93); }

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

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

 a { background-color: rgb(57,78,93); }

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

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

 span { border-color: rgb(57,78,93); }

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