#3A737C

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

Shades of Ming #3A737C

Tints of Ming #3A737C

Color information

#3A737C (or 0x3A737C) is unknown color: approx Ming. HEX triplet: 3A, 73 and 7C. RGB value is (58,115,124). Sum of RGB (Red+Green+Blue) = 58+115+124=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A737C is #C58C83. Grayscale: #626262. Windows color (decimal): -12946564 or 8155962. OLE color: 8155962.

HSL color Cylindrical-coordinate representation of color #3A737C: hue angle of 188.18º 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 #3A737C is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB58115124-
CMYK0.530.0700.51
HSL188.18º36.26%35.69%-
HSV(B)188.18º53.23%48.63%-
XYZ11.5114.6221.28-
YUV98.98142.1298.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=19.53%
G=38.72%
B=41.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal581151240.530.0700.51188.1836.2635.69
Hex3A737C357033bc2424
Octal721631746570632744444
Binary11101011100111111100110101111011001110111100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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