Html Css Color HEX #3E4D60 Cello

📋 copy color: '#3E4D60'

red 62 ◦ green 77 ◦ blue 96

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

Shades of Cello #3E4D60

Tints of Cello #3E4D60

RGB

 RED value IS 62 (24.61% from 255) = 26.38%

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

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

R = 26.38%
G = 32.77%
B = 40.85%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E4D60 (or 0x3E4D60) is known color: Cello. HEX triplet: 3E, 4D and 60. RGB value is (62,77,96). Sum of RGB (Red+Green+Blue) = 62+77+96=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E4D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4D60 is #C1B29F. Grayscale: #4A4A4A. Windows color (decimal): -12694176 or 6311230. OLE color: 6311230.

HSL color Cylindrical-coordinate representation of color #3E4D60: hue angle of 213.53º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E4D60 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 77 96 -
CMYK 0.35 0.20 0 0.62
HSL 213.53º 0.22% 0.31% -
HSV(B) 213.53º 0.35% 0.38% -
XYZ 6.75 7.18 12.1 -
YUV 74.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 62 77 96 0.35 0.20 0 0.62 213.53 0.22 0.31
Hex 3E 4D 60 23 14 0 3E D6 16 1F
Octal 76 115 140 43 24 0 76 326 26 37
Binary 111110 1001101 1100000 100011 10100 0 111110 11010110 10110 11111

Color Harmonies of #3E4D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4D60

Black with #3E4D60

Text Example


Text Example

White with #3E4D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E4D60; }

 p { color: rgb(62,77,96); }

 H1.HeaderClassName
 {
   color: #3E4D60;
 }
 .AnyTagClassName
 {
   color: #3E4D60;
 }
</style>

background-color css

<style>
 a { background-color: #3E4D60; }

 a { background-color: rgb(62,77,96); }

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

border-color css

<style>
 span { border-color: #3E4D60; }

 span { border-color: rgb(62,77,96); }

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