Html Css Color HEX #3A706E Ming

📋 copy color: '#3A706E'

red 58 ◦ green 112 ◦ blue 110

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

Shades of Ming #3A706E

Tints of Ming #3A706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 20.71%
G = 40%
B = 39.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#3A706E (or 0x3A706E) is known color: Ming. HEX triplet: 3A, 70 and 6E. RGB value is (58,112,110). Sum of RGB (Red+Green+Blue) = 58+112+110=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #3A706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A706E is #C58F91. Grayscale: #5F5F5F. Windows color (decimal): -12947346 or 7237690. OLE color: 7237690.

HSL color Cylindrical-coordinate representation of color #3A706E: hue angle of 177.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A706E is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 112 110 -
CMYK 0.48 0 0.02 0.56
HSL 177.78º 0.32% 0.33% -
HSV(B) 177.78º 0.48% 0.44% -
XYZ 10.35 13.61 16.83 -
YUV 95.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 58 112 110 0.48 0 0.02 0.56 177.78 0.32 0.33
Hex 3A 70 6E 30 0 2 38 B2 20 21
Octal 72 160 156 60 0 2 70 262 40 41
Binary 111010 1110000 1101110 110000 0 10 111000 10110010 100000 100001

Color Harmonies of #3A706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A706E

Black with #3A706E

Text Example


Text Example

White with #3A706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,112,110); }

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

background-color css

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

 a { background-color: rgb(58,112,110); }

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

border-color css

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

 span { border-color: rgb(58,112,110); }

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