Html Css Color HEX #394958 Cello

📋 copy color: '#394958'

red 57 ◦ green 73 ◦ blue 88

#394958
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #394958

Tints of Cello #394958

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 value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#394958 (or 0x394958) is known color: 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

RGB 57 73 88 -
CMYK 0.35 0.17 0 0.65
HSL 209.03º 0.21% 0.28% -
HSV(B) 209.03º 0.35% 0.35% -
XYZ 5.83 6.34 10.15 -
YUV 69.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 57 73 88 0.35 0.17 0 0.65 209.03 0.21 0.28
Hex 39 49 58 23 11 0 41 D1 15 1C
Octal 71 111 130 43 21 0 101 321 25 34
Binary 111001 1001001 1011000 100011 10001 0 1000001 11010001 10101 11100

Color Harmonies of #394958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394958

Black with #394958

Text Example


Text Example

White with #394958

Text Example


Text Example

HTML Codes & Css Web 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>