#394960

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

Shades of Cello #394960

Tints of Cello #394960

Color information

#394960 (or 0x394960) is unknown color: approx Cello. HEX triplet: 39, 49 and 60. RGB value is (57,73,96). Sum of RGB (Red+Green+Blue) = 57+73+96=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #394960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394960 is #C6B69F. Grayscale: #464646. Windows color (decimal): -13022880 or 6310201. OLE color: 6310201.

HSL color Cylindrical-coordinate representation of color #394960: hue angle of 215.38º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #394960 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB577396-
CMYK0.410.2400.62
HSL215.38º25.49%30%-
HSV(B)215.38º40.62%37.65%-
XYZ6.186.4811.99-
YUV70.84142.2118.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=25.22%
G=32.30%
B=42.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5773960.410.2400.62215.3825.4930
Hex394960291803Ed7191e
Octal7111114051300763273136
Binary11100110010011100000101001110000111110110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394960; }

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

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

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

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

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

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

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

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