Html Css Color HEX #3A7172 Ming

📋 copy color: '#3A7172'

red 58 ◦ green 113 ◦ blue 114

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

Shades of Ming #3A7172

Tints of Ming #3A7172

RGB

 RED value IS 58 (23.05% from 255) = 20.35%

 GREEN value IS 113 (44.53% from 255) = 39.65%

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

R = 20.35%
G = 39.65%
B = 40%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A7172 (or 0x3A7172) is known color: Ming. HEX triplet: 3A, 71 and 72. RGB value is (58,113,114). Sum of RGB (Red+Green+Blue) = 58+113+114=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A7172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7172 is #C58E8D. Grayscale: #606060. Windows color (decimal): -12947086 or 7500090. OLE color: 7500090.

HSL color Cylindrical-coordinate representation of color #3A7172: hue angle of 181.07º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7172 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 113 114 -
CMYK 0.49 0.01 0 0.55
HSL 181.07º 0.33% 0.34% -
HSV(B) 181.07º 0.49% 0.45% -
XYZ 10.69 13.92 18.04 -
YUV 96.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 58 113 114 0.49 0.01 0 0.55 181.07 0.33 0.34
Hex 3A 71 72 31 1 0 37 B5 21 22
Octal 72 161 162 61 1 0 67 265 41 42
Binary 111010 1110001 1110010 110001 1 0 110111 10110101 100001 100010

Color Harmonies of #3A7172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7172

Black with #3A7172

Text Example


Text Example

White with #3A7172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,113,114); }

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

background-color css

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

 a { background-color: rgb(58,113,114); }

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

border-color css

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

 span { border-color: rgb(58,113,114); }

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