#394C68

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

Shades of Cello #394C68

Tints of Cello #394C68

Color information

#394C68 (or 0x394C68) is unknown color: approx Cello. HEX triplet: 39, 4C and 68. RGB value is (57,76,104). Sum of RGB (Red+Green+Blue) = 57+76+104=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #394C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C68 is #C6B397. Grayscale: #494949. Windows color (decimal): -13022104 or 6835257. OLE color: 6835257.

HSL color Cylindrical-coordinate representation of color #394C68: hue angle of 215.74º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #394C68 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5776104-
CMYK0.450.2700.59
HSL215.74º29.19%31.57%-
HSV(B)215.74º45.19%40.78%-
XYZ6.777.0414.1-
YUV73.51145.21116.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=24.05%
G=32.07%
B=43.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57761040.450.2700.59215.7429.1931.57
Hex394C682D1B03Bd81d20
Octal7111415055330733303540
Binary111001100110011010001011011101101110111101100011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,76,104); }

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

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

 a { background-color: rgb(57,76,104); }

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

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

 span { border-color: rgb(57,76,104); }

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