Html Css Color HEX #3E6B72 Ming

📋 copy color: '#3E6B72'

red 62 ◦ green 107 ◦ blue 114

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

Shades of Ming #3E6B72

Tints of Ming #3E6B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.81%

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

R = 21.91%
G = 37.81%
B = 40.28%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E6B72 (or 0x3E6B72) is known color: Ming. HEX triplet: 3E, 6B and 72. RGB value is (62,107,114). Sum of RGB (Red+Green+Blue) = 62+107+114=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E6B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6B72 is #C1948D. Grayscale: #5E5E5E. Windows color (decimal): -12686478 or 7498558. OLE color: 7498558.

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

Color convert

RGB 62 107 114 -
CMYK 0.46 0.06 0 0.55
HSL 188.08º 0.3% 0.35% -
HSV(B) 188.08º 0.46% 0.45% -
XYZ 10.28 12.75 17.84 -
YUV 94.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 62 107 114 0.46 0.06 0 0.55 188.08 0.3 0.35
Hex 3E 6B 72 2E 6 0 37 BC 1E 23
Octal 76 153 162 56 6 0 67 274 36 43
Binary 111110 1101011 1110010 101110 110 0 110111 10111100 11110 100011

Color Harmonies of #3E6B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6B72

Black with #3E6B72

Text Example


Text Example

White with #3E6B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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