Html Css Color HEX #3A727D Ming

📋 copy color: '#3A727D'

red 58 ◦ green 114 ◦ blue 125

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

Shades of Ming #3A727D

Tints of Ming #3A727D

RGB

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

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

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

R = 19.53%
G = 38.38%
B = 42.09%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A727D (or 0x3A727D) is known color: Ming. HEX triplet: 3A, 72 and 7D. RGB value is (58,114,125). Sum of RGB (Red+Green+Blue) = 58+114+125=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A727D is #C58D82. Grayscale: #626262. Windows color (decimal): -12946819 or 8221242. OLE color: 8221242.

HSL color Cylindrical-coordinate representation of color #3A727D: hue angle of 189.85º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A727D is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 114 125 -
CMYK 0.54 0.09 0 0.51
HSL 189.85º 0.37% 0.36% -
HSV(B) 189.85º 0.54% 0.49% -
XYZ 11.46 14.41 21.58 -
YUV 98.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 58 114 125 0.54 0.09 0 0.51 189.85 0.37 0.36
Hex 3A 72 7D 36 9 0 33 BE 25 24
Octal 72 162 175 66 11 0 63 276 45 44
Binary 111010 1110010 1111101 110110 1001 0 110011 10111110 100101 100100

Color Harmonies of #3A727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A727D

Black with #3A727D

Text Example


Text Example

White with #3A727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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