#394D5D

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

Shades of Cello #394D5D

Tints of Cello #394D5D

Color information

#394D5D (or 0x394D5D) is unknown color: approx Cello. HEX triplet: 39, 4D and 5D. RGB value is (57,77,93). Sum of RGB (Red+Green+Blue) = 57+77+93=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #394D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D5D is #C6B2A2. Grayscale: #484848. Windows color (decimal): -13021859 or 6114617. OLE color: 6114617.

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

Color convert

RGB577793-
CMYK0.390.1700.64
HSL206.67º24%29.41%-
HSV(B)206.67º38.71%36.47%-
XYZ6.326.9711.37-
YUV72.84139.37116.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=25.11%
G=33.92%
B=40.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5777930.390.1700.64206.672429.41
Hex394D5D2711040cf181d
Octal71115135472101003173035
Binary111001100110110111011001111000101000000110011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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