Html Css Color HEX #3A6D72 Ming

📋 copy color: '#3A6D72'

red 58 ◦ green 109 ◦ blue 114

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

Shades of Ming #3A6D72

Tints of Ming #3A6D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.79%

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

R = 20.64%
G = 38.79%
B = 40.57%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A6D72 (or 0x3A6D72) is known color: Ming. HEX triplet: 3A, 6D and 72. RGB value is (58,109,114). Sum of RGB (Red+Green+Blue) = 58+109+114=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A6D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6D72 is #C5928D. Grayscale: #5E5E5E. Windows color (decimal): -12948110 or 7499066. OLE color: 7499066.

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

Color convert

RGB 58 109 114 -
CMYK 0.49 0.04 0 0.55
HSL 185.36º 0.33% 0.34% -
HSV(B) 185.36º 0.49% 0.45% -
XYZ 10.25 13.05 17.9 -
YUV 94.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 58 109 114 0.49 0.04 0 0.55 185.36 0.33 0.34
Hex 3A 6D 72 31 4 0 37 B9 21 22
Octal 72 155 162 61 4 0 67 271 41 42
Binary 111010 1101101 1110010 110001 100 0 110111 10111001 100001 100010

Color Harmonies of #3A6D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6D72

Black with #3A6D72

Text Example


Text Example

White with #3A6D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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