#394F5E

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

Shades of Cello #394F5E

Tints of Cello #394F5E

Color information

#394F5E (or 0x394F5E) is unknown color: approx Cello. HEX triplet: 39, 4F and 5E. RGB value is (57,79,94). Sum of RGB (Red+Green+Blue) = 57+79+94=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 94 - color contains mainly: blue. Hex color #394F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F5E is #C6B0A1. Grayscale: #4A4A4A. Windows color (decimal): -13021346 or 6180665. OLE color: 6180665.

HSL color Cylindrical-coordinate representation of color #394F5E: hue angle of 204.32º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #394F5E is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB577994-
CMYK0.390.1600.63
HSL204.32º24.5%29.61%-
HSV(B)204.32º39.36%36.86%-
XYZ6.57.2711.65-
YUV74.13139.21115.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=24.78%
G=34.35%
B=40.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5779940.390.1600.63204.3224.529.61
Hex394F5E271003Fcc191e
Octal7111713647200773143136
Binary11100110011111011110100111100000111111110011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,79,94); }

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

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

 a { background-color: rgb(57,79,94); }

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

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

 span { border-color: rgb(57,79,94); }

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