Html Css Color HEX #394C5E Cello

📋 copy color: '#394C5E'

red 57 ◦ green 76 ◦ blue 94

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

Shades of Cello #394C5E

Tints of Cello #394C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 25.11%
G = 33.48%
B = 41.41%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#394C5E (or 0x394C5E) is known color: Cello. HEX triplet: 39, 4C and 5E. RGB value is (57,76,94). Sum of RGB (Red+Green+Blue) = 57+76+94=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 94 - color contains mainly: blue. Hex color #394C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C5E is #C6B3A1. Grayscale: #484848. Windows color (decimal): -13022114 or 6179897. OLE color: 6179897.

HSL color Cylindrical-coordinate representation of color #394C5E: hue angle of 209.19º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #394C5E is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 76 94 -
CMYK 0.39 0.19 0 0.63
HSL 209.19º 0.25% 0.3% -
HSV(B) 209.19º 0.39% 0.37% -
XYZ 6.29 6.85 11.58 -
YUV 72.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 57 76 94 0.39 0.19 0 0.63 209.19 0.25 0.3
Hex 39 4C 5E 27 13 0 3F D1 19 1E
Octal 71 114 136 47 23 0 77 321 31 36
Binary 111001 1001100 1011110 100111 10011 0 111111 11010001 11001 11110

Color Harmonies of #394C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C5E

Black with #394C5E

Text Example


Text Example

White with #394C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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