Html Css Color HEX #394C60 Cello

📋 copy color: '#394C60'

red 57 ◦ green 76 ◦ blue 96

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

Shades of Cello #394C60

Tints of Cello #394C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.92%

R = 24.89%
G = 33.19%
B = 41.92%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394C60 (or 0x394C60) is known color: Cello. HEX triplet: 39, 4C and 60. RGB value is (57,76,96). Sum of RGB (Red+Green+Blue) = 57+76+96=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #394C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C60 is #C6B39F. Grayscale: #484848. Windows color (decimal): -13022112 or 6310969. OLE color: 6310969.

HSL color Cylindrical-coordinate representation of color #394C60: hue angle of 210.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #394C60 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 76 96 -
CMYK 0.41 0.21 0 0.62
HSL 210.77º 0.25% 0.3% -
HSV(B) 210.77º 0.41% 0.38% -
XYZ 6.38 6.88 12.06 -
YUV 72.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 57 76 96 0.41 0.21 0 0.62 210.77 0.25 0.3
Hex 39 4C 60 29 15 0 3E D3 19 1E
Octal 71 114 140 51 25 0 76 323 31 36
Binary 111001 1001100 1100000 101001 10101 0 111110 11010011 11001 11110

Color Harmonies of #394C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C60

Black with #394C60

Text Example


Text Example

White with #394C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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