#394A5D

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

Shades of Cello #394A5D

Tints of Cello #394A5D

Color information

#394A5D (or 0x394A5D) is unknown color: approx Cello. HEX triplet: 39, 4A and 5D. RGB value is (57,74,93). Sum of RGB (Red+Green+Blue) = 57+74+93=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #394A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A5D is #C6B5A2. Grayscale: #464646. Windows color (decimal): -13022627 or 6113849. OLE color: 6113849.

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

Color convert

RGB577493-
CMYK0.390.2000.64
HSL211.67º24%29.41%-
HSV(B)211.67º38.71%36.47%-
XYZ6.116.5611.3-
YUV71.08140.37117.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=25.45%
G=33.04%
B=41.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5774930.390.2000.64211.672429.41
Hex394A5D2714040d4181d
Octal71112135472401003243035
Binary111001100101010111011001111010001000000110101001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,74,93); }

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

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

 a { background-color: rgb(57,74,93); }

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

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

 span { border-color: rgb(57,74,93); }

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