#394B5D

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

Shades of Cello #394B5D

Tints of Cello #394B5D

Color information

#394B5D (or 0x394B5D) is unknown color: approx Cello. HEX triplet: 39, 4B and 5D. RGB value is (57,75,93). Sum of RGB (Red+Green+Blue) = 57+75+93=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #394B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B5D is #C6B4A2. Grayscale: #474747. Windows color (decimal): -13022371 or 6114105. OLE color: 6114105.

HSL color Cylindrical-coordinate representation of color #394B5D: hue angle of 210º 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 #394B5D is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB577593-
CMYK0.390.1900.64
HSL210º24%29.41%-
HSV(B)210º38.71%36.47%-
XYZ6.186.6911.32-
YUV71.67140.04117.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=25.33%
G=33.33%
B=41.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5775930.390.1900.642102429.41
Hex394B5D2713040d2181d
Octal71113135472301003223035
Binary111001100101110111011001111001101000000110100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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