Html Css Color HEX #394C5D Cello

📋 copy color: '#394C5D'

red 57 ◦ green 76 ◦ blue 93

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

Shades of Cello #394C5D

Tints of Cello #394C5D

RGB

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

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

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

R = 25.22%
G = 33.63%
B = 41.15%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#394C5D (or 0x394C5D) is known color: Cello. HEX triplet: 39, 4C and 5D. RGB value is (57,76,93). Sum of RGB (Red+Green+Blue) = 57+76+93=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #394C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C5D is #C6B3A2. Grayscale: #484848. Windows color (decimal): -13022115 or 6114361. OLE color: 6114361.

HSL color Cylindrical-coordinate representation of color #394C5D: hue angle of 208.33º 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 #394C5D is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 76 93 -
CMYK 0.39 0.18 0 0.64
HSL 208.33º 0.24% 0.29% -
HSV(B) 208.33º 0.39% 0.36% -
XYZ 6.25 6.83 11.34 -
YUV 72.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 57 76 93 0.39 0.18 0 0.64 208.33 0.24 0.29
Hex 39 4C 5D 27 12 0 40 D0 18 1D
Octal 71 114 135 47 22 0 100 320 30 35
Binary 111001 1001100 1011101 100111 10010 0 1000000 11010000 11000 11101

Color Harmonies of #394C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C5D

Black with #394C5D

Text Example


Text Example

White with #394C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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