Html Css Color HEX #394D5C Cello

📋 copy color: '#394D5C'

red 57 ◦ green 77 ◦ blue 92

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

Shades of Cello #394D5C

Tints of Cello #394D5C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.07%

 BLUE value IS 92 (36.33% from 255) = 40.71%

R = 25.22%
G = 34.07%
B = 40.71%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#394D5C (or 0x394D5C) is known color: Cello. HEX triplet: 39, 4D and 5C. RGB value is (57,77,92). Sum of RGB (Red+Green+Blue) = 57+77+92=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #394D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D5C is #C6B2A3. Grayscale: #484848. Windows color (decimal): -13021860 or 6049081. OLE color: 6049081.

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

Color convert

RGB 57 77 92 -
CMYK 0.38 0.16 0 0.64
HSL 205.71º 0.23% 0.29% -
HSV(B) 205.71º 0.38% 0.36% -
XYZ 6.27 6.95 11.14 -
YUV 72.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 57 77 92 0.38 0.16 0 0.64 205.71 0.23 0.29
Hex 39 4D 5C 26 10 0 40 CE 17 1D
Octal 71 115 134 46 20 0 100 316 27 35
Binary 111001 1001101 1011100 100110 10000 0 1000000 11001110 10111 11101

Color Harmonies of #394D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D5C

Black with #394D5C

Text Example


Text Example

White with #394D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,77,92); }

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

background-color css

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

 a { background-color: rgb(57,77,92); }

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

border-color css

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

 span { border-color: rgb(57,77,92); }

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