#394E6A

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

Shades of Cello #394E6A

Tints of Cello #394E6A

Color information

#394E6A (or 0x394E6A) is unknown color: approx Cello. HEX triplet: 39, 4E and 6A. RGB value is (57,78,106). Sum of RGB (Red+Green+Blue) = 57+78+106=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #394E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E6A is #C6B195. Grayscale: #4A4A4A. Windows color (decimal): -13021590 or 6966841. OLE color: 6966841.

HSL color Cylindrical-coordinate representation of color #394E6A: hue angle of 214.29º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #394E6A is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5778106-
CMYK0.460.2600.58
HSL214.29º30.06%31.96%-
HSV(B)214.29º46.23%41.57%-
XYZ7.017.3614.69-
YUV74.91145.54115.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=23.65%
G=32.37%
B=43.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57781060.460.2600.58214.2930.0631.96
Hex394E6A2E1A03Ad61e20
Octal7111615256320723263640
Binary111001100111011010101011101101001110101101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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