Html Css Color HEX #394E5D Cello

📋 copy color: '#394E5D'

red 57 ◦ green 78 ◦ blue 93

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

Shades of Cello #394E5D

Tints of Cello #394E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.21%

 BLUE value IS 93 (36.72% from 255) = 40.79%

R = 25%
G = 34.21%
B = 40.79%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#394E5D (or 0x394E5D) is known color: Cello. HEX triplet: 39, 4E and 5D. RGB value is (57,78,93). Sum of RGB (Red+Green+Blue) = 57+78+93=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #394E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E5D is #C6B1A2. Grayscale: #494949. Windows color (decimal): -13021603 or 6114873. OLE color: 6114873.

HSL color Cylindrical-coordinate representation of color #394E5D: hue angle of 205º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #394E5D is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 78 93 -
CMYK 0.39 0.16 0 0.64
HSL 205º 0.24% 0.29% -
HSV(B) 205º 0.39% 0.36% -
XYZ 6.39 7.11 11.39 -
YUV 73.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 57 78 93 0.39 0.16 0 0.64 205 0.24 0.29
Hex 39 4E 5D 27 10 0 40 CD 18 1D
Octal 71 116 135 47 20 0 100 315 30 35
Binary 111001 1001110 1011101 100111 10000 0 1000000 11001101 11000 11101

Color Harmonies of #394E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E5D

Black with #394E5D

Text Example


Text Example

White with #394E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,78,93); }

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

background-color css

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

 a { background-color: rgb(57,78,93); }

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

border-color css

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

 span { border-color: rgb(57,78,93); }

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