Html Css Color HEX #3A726F Ming

📋 copy color: '#3A726F'

red 58 ◦ green 114 ◦ blue 111

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

Shades of Ming #3A726F

Tints of Ming #3A726F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.22%

R = 20.49%
G = 40.28%
B = 39.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#3A726F (or 0x3A726F) is known color: Ming. HEX triplet: 3A, 72 and 6F. RGB value is (58,114,111). Sum of RGB (Red+Green+Blue) = 58+114+111=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #3A726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A726F is #C58D90. Grayscale: #606060. Windows color (decimal): -12946833 or 7303738. OLE color: 7303738.

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

Color convert

RGB 58 114 111 -
CMYK 0.49 0 0.03 0.55
HSL 176.79º 0.33% 0.34% -
HSV(B) 176.79º 0.49% 0.45% -
XYZ 10.63 14.08 17.2 -
YUV 96.91 135.95 100.24 -
System Red Green Blue C M Y K H S L
Decimal 58 114 111 0.49 0 0.03 0.55 176.79 0.33 0.34
Hex 3A 72 6F 31 0 3 37 B1 21 22
Octal 72 162 157 61 0 3 67 261 41 42
Binary 111010 1110010 1101111 110001 0 11 110111 10110001 100001 100010

Color Harmonies of #3A726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A726F

Black with #3A726F

Text Example


Text Example

White with #3A726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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