Html Css Color HEX #3E7072 Ming

📋 copy color: '#3E7072'

red 62 ◦ green 112 ◦ blue 114

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

Shades of Ming #3E7072

Tints of Ming #3E7072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

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

R = 21.53%
G = 38.89%
B = 39.58%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E7072 (or 0x3E7072) is known color: Ming. HEX triplet: 3E, 70 and 72. RGB value is (62,112,114). Sum of RGB (Red+Green+Blue) = 62+112+114=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E7072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7072 is #C18F8D. Grayscale: #616161. Windows color (decimal): -12685198 or 7499838. OLE color: 7499838.

HSL color Cylindrical-coordinate representation of color #3E7072: hue angle of 182.31º 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 #3E7072 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 112 114 -
CMYK 0.46 0.02 0 0.55
HSL 182.31º 0.3% 0.35% -
HSV(B) 182.31º 0.46% 0.45% -
XYZ 10.82 13.83 18.02 -
YUV 97.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 62 112 114 0.46 0.02 0 0.55 182.31 0.3 0.35
Hex 3E 70 72 2E 2 0 37 B6 1E 23
Octal 76 160 162 56 2 0 67 266 36 43
Binary 111110 1110000 1110010 101110 10 0 110111 10110110 11110 100011

Color Harmonies of #3E7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7072

Black with #3E7072

Text Example


Text Example

White with #3E7072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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