#3A7A7C

Color #3A7A7C Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #3A7A7C

Tints of Ming #3A7A7C

Color information

#3A7A7C (or 0x3A7A7C) is unknown color: approx Ming. HEX triplet: 3A, 7A and 7C. RGB value is (58,122,124). Sum of RGB (Red+Green+Blue) = 58+122+124=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A7A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7A7C is #C58583. Grayscale: #676767. Windows color (decimal): -12944772 or 8157754. OLE color: 8157754.

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

Color convert

RGB58122124-
CMYK0.530.0200.51
HSL181.82º36.26%35.69%-
HSV(B)181.82º53.23%48.63%-
XYZ12.3416.2721.56-
YUV103.09139.895.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.08%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=19.08%
G=40.13%
B=40.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal581221240.530.0200.51181.8236.2635.69
Hex3A7A7C352033b62424
Octal721721746520632664444
Binary1110101111010111110011010110011001110110110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,122,124); }

 H1.HeaderClassName
 {
   color: #3A7A7C;
 }
 .AnyTagClassName
 {
   color: #3A7A7C;
 }
</style>
background-color css

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

 a { background-color: rgb(58,122,124); }

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

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

 span { border-color: rgb(58,122,124); }

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