Html Css Color HEX #394C59 Cello

📋 copy color: '#394C59'

red 57 ◦ green 76 ◦ blue 89

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

Shades of Cello #394C59

Tints of Cello #394C59

RGB

 RED value IS 57 (22.66% from 255) = 25.68%

 GREEN value IS 76 (30.08% from 255) = 34.23%

 BLUE value IS 89 (35.16% from 255) = 40.09%

R = 25.68%
G = 34.23%
B = 40.09%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#394C59 (or 0x394C59) is known color: Cello. HEX triplet: 39, 4C and 59. RGB value is (57,76,89). Sum of RGB (Red+Green+Blue) = 57+76+89=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #394C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C59 is #C6B3A6. Grayscale: #474747. Windows color (decimal): -13022119 or 5852217. OLE color: 5852217.

HSL color Cylindrical-coordinate representation of color #394C59: hue angle of 204.38º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #394C59 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 76 89 -
CMYK 0.36 0.15 0 0.65
HSL 204.38º 0.22% 0.29% -
HSV(B) 204.38º 0.36% 0.35% -
XYZ 6.07 6.76 10.44 -
YUV 71.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 57 76 89 0.36 0.15 0 0.65 204.38 0.22 0.29
Hex 39 4C 59 24 F 0 41 CC 16 1D
Octal 71 114 131 44 17 0 101 314 26 35
Binary 111001 1001100 1011001 100100 1111 0 1000001 11001100 10110 11101

Color Harmonies of #394C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C59

Black with #394C59

Text Example


Text Example

White with #394C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #394C59;
 }
 .AnyTagClassName
 {
   color: #394C59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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