Html Css Color HEX #3A706D Ming

📋 copy color: '#3A706D'

red 58 ◦ green 112 ◦ blue 109

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

Shades of Ming #3A706D

Tints of Ming #3A706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 20.79%
G = 40.14%
B = 39.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#3A706D (or 0x3A706D) is known color: Ming. HEX triplet: 3A, 70 and 6D. RGB value is (58,112,109). Sum of RGB (Red+Green+Blue) = 58+112+109=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #3A706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A706D is #C58F92. Grayscale: #5F5F5F. Windows color (decimal): -12947347 or 7172154. OLE color: 7172154.

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

Color convert

RGB 58 112 109 -
CMYK 0.48 0 0.03 0.56
HSL 176.67º 0.32% 0.33% -
HSV(B) 176.67º 0.48% 0.44% -
XYZ 10.3 13.59 16.55 -
YUV 95.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 58 112 109 0.48 0 0.03 0.56 176.67 0.32 0.33
Hex 3A 70 6D 30 0 3 38 B1 20 21
Octal 72 160 155 60 0 3 70 261 40 41
Binary 111010 1110000 1101101 110000 0 11 111000 10110001 100000 100001

Color Harmonies of #3A706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A706D

Black with #3A706D

Text Example


Text Example

White with #3A706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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