Html Css Color HEX #3A6E72 Ming

📋 copy color: '#3A6E72'

red 58 ◦ green 110 ◦ blue 114

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

Shades of Ming #3A6E72

Tints of Ming #3A6E72

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.01%

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

R = 20.57%
G = 39.01%
B = 40.43%

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

#3A6E72 (or 0x3A6E72) is known color: Ming. HEX triplet: 3A, 6E and 72. RGB value is (58,110,114). Sum of RGB (Red+Green+Blue) = 58+110+114=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A6E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6E72 is #C5918D. Grayscale: #5E5E5E. Windows color (decimal): -12947854 or 7499322. OLE color: 7499322.

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

Color convert

RGB 58 110 114 -
CMYK 0.49 0.04 0 0.55
HSL 184.29º 0.33% 0.34% -
HSV(B) 184.29º 0.49% 0.45% -
XYZ 10.36 13.27 17.93 -
YUV 94.91 138.77 101.67 -
System Red Green Blue C M Y K H S L
Decimal 58 110 114 0.49 0.04 0 0.55 184.29 0.33 0.34
Hex 3A 6E 72 31 4 0 37 B8 21 22
Octal 72 156 162 61 4 0 67 270 41 42
Binary 111010 1101110 1110010 110001 100 0 110111 10111000 100001 100010

Color Harmonies of #3A6E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6E72

Black with #3A6E72

Text Example


Text Example

White with #3A6E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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