Html Css Color HEX #3A807D Ming

📋 copy color: '#3A807D'

red 58 ◦ green 128 ◦ blue 125

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

Shades of Ming #3A807D

Tints of Ming #3A807D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 18.65%
G = 41.16%
B = 40.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#3A807D (or 0x3A807D) is known color: Ming. HEX triplet: 3A, 80 and 7D. RGB value is (58,128,125). Sum of RGB (Red+Green+Blue) = 58+128+125=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #3A807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A807D is #C57F82. Grayscale: #6A6A6A. Windows color (decimal): -12943235 or 8224826. OLE color: 8224826.

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

Color convert

RGB 58 128 125 -
CMYK 0.55 0 0.02 0.50
HSL 177.43º 0.38% 0.36% -
HSV(B) 177.43º 0.55% 0.5% -
XYZ 13.17 17.82 22.15 -
YUV 106.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 58 128 125 0.55 0 0.02 0.50 177.43 0.38 0.36
Hex 3A 80 7D 37 0 2 32 B1 26 24
Octal 72 200 175 67 0 2 62 261 46 44
Binary 111010 10000000 1111101 110111 0 10 110010 10110001 100110 100100

Color Harmonies of #3A807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A807D

Black with #3A807D

Text Example


Text Example

White with #3A807D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,128,125); }

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

background-color css

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

 a { background-color: rgb(58,128,125); }

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

border-color css

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

 span { border-color: rgb(58,128,125); }

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