Html Css Color HEX #3E707A Ming

📋 copy color: '#3E707A'

red 62 ◦ green 112 ◦ blue 122

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

Shades of Ming #3E707A

Tints of Ming #3E707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.22%

R = 20.95%
G = 37.84%
B = 41.22%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E707A (or 0x3E707A) is known color: Ming. HEX triplet: 3E, 70 and 7A. RGB value is (62,112,122). Sum of RGB (Red+Green+Blue) = 62+112+122=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E707A is #C18F85. Grayscale: #626262. Windows color (decimal): -12685190 or 8024126. OLE color: 8024126.

HSL color Cylindrical-coordinate representation of color #3E707A: hue angle of 190º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E707A is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 112 122 -
CMYK 0.49 0.08 0 0.52
HSL 190º 0.33% 0.36% -
HSV(B) 190º 0.49% 0.48% -
XYZ 11.29 14.02 20.52 -
YUV 98.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 62 112 122 0.49 0.08 0 0.52 190 0.33 0.36
Hex 3E 70 7A 31 8 0 34 BE 21 24
Octal 76 160 172 61 10 0 64 276 41 44
Binary 111110 1110000 1111010 110001 1000 0 110100 10111110 100001 100100

Color Harmonies of #3E707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E707A

Black with #3E707A

Text Example


Text Example

White with #3E707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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