#394958

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

Shades of Cello #394958

Tints of Cello #394958

Color information

#394958 (or 0x394958) is unknown color: approx Cello. HEX triplet: 39, 49 and 58. RGB value is (57,73,88). Sum of RGB (Red+Green+Blue) = 57+73+88=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #394958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394958 is #C6B6A7. Grayscale: #454545. Windows color (decimal): -13022888 or 5785913. OLE color: 5785913.

HSL color Cylindrical-coordinate representation of color #394958: hue angle of 209.03º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #394958 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB577388-
CMYK0.350.1700.65
HSL209.03º21.38%28.43%-
HSV(B)209.03º35.23%34.51%-
XYZ5.836.3410.15-
YUV69.93138.2118.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=26.15%
G=33.49%
B=40.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5773880.350.1700.65209.0321.3828.43
Hex3949582311041d1151c
Octal71111130432101013212534
Binary111001100100110110001000111000101000001110100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394958; }

 p { color: rgb(57,73,88); }

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

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

 a { background-color: rgb(57,73,88); }

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

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

 span { border-color: rgb(57,73,88); }

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