Html Css Color HEX #3E7277 Ming

📋 copy color: '#3E7277'

red 62 ◦ green 114 ◦ blue 119

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

Shades of Ming #3E7277

Tints of Ming #3E7277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.64%

 BLUE value IS 119 (46.88% from 255) = 40.34%

R = 21.02%
G = 38.64%
B = 40.34%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E7277 (or 0x3E7277) is known color: Ming. HEX triplet: 3E, 72 and 77. RGB value is (62,114,119). Sum of RGB (Red+Green+Blue) = 62+114+119=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E7277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7277 is #C18D88. Grayscale: #626262. Windows color (decimal): -12684681 or 7828030. OLE color: 7828030.

HSL color Cylindrical-coordinate representation of color #3E7277: hue angle of 185.26º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E7277 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 62 114 119 -
CMYK 0.48 0.04 0 0.53
HSL 185.26º 0.31% 0.35% -
HSV(B) 185.26º 0.48% 0.47% -
XYZ 11.33 14.39 19.63 -
YUV 99.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 62 114 119 0.48 0.04 0 0.53 185.26 0.31 0.35
Hex 3E 72 77 30 4 0 35 B9 1F 23
Octal 76 162 167 60 4 0 65 271 37 43
Binary 111110 1110010 1110111 110000 100 0 110101 10111001 11111 100011

Color Harmonies of #3E7277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7277

Black with #3E7277

Text Example


Text Example

White with #3E7277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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