#394E5C

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

Shades of Cello #394E5C

Tints of Cello #394E5C

Color information

#394E5C (or 0x394E5C) is unknown color: approx Cello. HEX triplet: 39, 4E and 5C. RGB value is (57,78,92). Sum of RGB (Red+Green+Blue) = 57+78+92=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #394E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E5C is #C6B1A3. Grayscale: #494949. Windows color (decimal): -13021604 or 6049337. OLE color: 6049337.

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

Color convert

RGB577892-
CMYK0.380.1500.64
HSL204º23.49%29.22%-
HSV(B)204º38.04%36.08%-
XYZ6.347.0911.16-
YUV73.32138.54116.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=25.11%
G=34.36%
B=40.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5778920.380.1500.6420423.4929.22
Hex394E5C26F040cc171d
Octal71116134461701003142735
Binary11100110011101011100100110111101000000110011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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