Html Css Color HEX #3E6C72 Ming

📋 copy color: '#3E6C72'

red 62 ◦ green 108 ◦ blue 114

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

Shades of Ming #3E6C72

Tints of Ming #3E6C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.03%

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 21.83%
G = 38.03%
B = 40.14%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E6C72 (or 0x3E6C72) is known color: Ming. HEX triplet: 3E, 6C and 72. RGB value is (62,108,114). Sum of RGB (Red+Green+Blue) = 62+108+114=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E6C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6C72 is #C1938D. Grayscale: #5E5E5E. Windows color (decimal): -12686222 or 7498814. OLE color: 7498814.

HSL color Cylindrical-coordinate representation of color #3E6C72: hue angle of 186.92º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E6C72 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 108 114 -
CMYK 0.46 0.05 0 0.55
HSL 186.92º 0.3% 0.35% -
HSV(B) 186.92º 0.46% 0.45% -
XYZ 10.39 12.96 17.87 -
YUV 94.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 62 108 114 0.46 0.05 0 0.55 186.92 0.3 0.35
Hex 3E 6C 72 2E 5 0 37 BB 1E 23
Octal 76 154 162 56 5 0 67 273 36 43
Binary 111110 1101100 1110010 101110 101 0 110111 10111011 11110 100011

Color Harmonies of #3E6C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6C72

Black with #3E6C72

Text Example


Text Example

White with #3E6C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,108,114); }

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

background-color css

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

 a { background-color: rgb(62,108,114); }

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

border-color css

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

 span { border-color: rgb(62,108,114); }

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