Html Css Color HEX #3A7173 Ming

📋 copy color: '#3A7173'

red 58 ◦ green 113 ◦ blue 115

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

Shades of Ming #3A7173

Tints of Ming #3A7173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.21%

R = 20.28%
G = 39.51%
B = 40.21%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A7173 (or 0x3A7173) is known color: Ming. HEX triplet: 3A, 71 and 73. RGB value is (58,113,115). Sum of RGB (Red+Green+Blue) = 58+113+115=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A7173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7173 is #C58E8C. Grayscale: #606060. Windows color (decimal): -12947085 or 7565626. OLE color: 7565626.

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

Color convert

RGB 58 113 115 -
CMYK 0.50 0.02 0 0.55
HSL 182.11º 0.33% 0.34% -
HSV(B) 182.11º 0.5% 0.45% -
XYZ 10.74 13.95 18.35 -
YUV 96.78 138.28 100.34 -
System Red Green Blue C M Y K H S L
Decimal 58 113 115 0.50 0.02 0 0.55 182.11 0.33 0.34
Hex 3A 71 73 32 2 0 37 B6 21 22
Octal 72 161 163 62 2 0 67 266 41 42
Binary 111010 1110001 1110011 110010 10 0 110111 10110110 100001 100010

Color Harmonies of #3A7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7173

Black with #3A7173

Text Example


Text Example

White with #3A7173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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