#394957

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

Shades of Cello #394957

Tints of Cello #394957

Color information

#394957 (or 0x394957) is unknown color: approx Cello. HEX triplet: 39, 49 and 57. RGB value is (57,73,87). Sum of RGB (Red+Green+Blue) = 57+73+87=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #394957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394957 is #C6B6A8. Grayscale: #454545. Windows color (decimal): -13022889 or 5720377. OLE color: 5720377.

HSL color Cylindrical-coordinate representation of color #394957: hue angle of 208º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #394957 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB577387-
CMYK0.340.1600.66
HSL208º20.83%28.24%-
HSV(B)208º34.48%34.12%-
XYZ5.796.329.93-
YUV69.81137.7118.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.27%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 87 (34.38% from 255) = 40.09%
R=26.27%
G=33.64%
B=40.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5773870.340.1600.6620820.8328.24
Hex3949572210042d0151c
Octal71111127422001023202534
Binary111001100100110101111000101000001000010110100001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394957; }

 p { color: rgb(57,73,87); }

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

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

 a { background-color: rgb(57,73,87); }

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

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

 span { border-color: rgb(57,73,87); }

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