#394C67

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

Shades of Cello #394C67

Tints of Cello #394C67

Color information

#394C67 (or 0x394C67) is unknown color: approx Cello. HEX triplet: 39, 4C and 67. RGB value is (57,76,103). Sum of RGB (Red+Green+Blue) = 57+76+103=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #394C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C67 is #C6B398. Grayscale: #494949. Windows color (decimal): -13022105 or 6769721. OLE color: 6769721.

HSL color Cylindrical-coordinate representation of color #394C67: hue angle of 215.22º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #394C67 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5776103-
CMYK0.450.2600.60
HSL215.22º28.75%31.37%-
HSV(B)215.22º44.66%40.39%-
XYZ6.727.0213.83-
YUV73.4144.71116.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=24.15%
G=32.20%
B=43.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57761030.450.2600.60215.2228.7531.37
Hex394C672D1A03Cd71d1f
Octal7111414755320743273537
Binary11100110011001100111101101110100111100110101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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