Html Css Color HEX #3A7472 Ming

📋 copy color: '#3A7472'

red 58 ◦ green 116 ◦ blue 114

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

Shades of Ming #3A7472

Tints of Ming #3A7472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.28%

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

R = 20.14%
G = 40.28%
B = 39.58%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#3A7472 (or 0x3A7472) is known color: Ming. HEX triplet: 3A, 74 and 72. RGB value is (58,116,114). Sum of RGB (Red+Green+Blue) = 58+116+114=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #3A7472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7472 is #C58B8D. Grayscale: #626262. Windows color (decimal): -12946318 or 7500858. OLE color: 7500858.

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

Color convert

RGB 58 116 114 -
CMYK 0.5 0 0.02 0.55
HSL 177.93º 0.33% 0.34% -
HSV(B) 177.93º 0.5% 0.45% -
XYZ 11.03 14.61 18.16 -
YUV 98.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 58 116 114 0.5 0 0.02 0.55 177.93 0.33 0.34
Hex 3A 74 72 32 0 2 37 B2 21 22
Octal 72 164 162 62 0 2 67 262 41 42
Binary 111010 1110100 1110010 110010 0 10 110111 10110010 100001 100010

Color Harmonies of #3A7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7472

Black with #3A7472

Text Example


Text Example

White with #3A7472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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