#3A7779

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

Shades of Ming #3A7779

Tints of Ming #3A7779

Color information

#3A7779 (or 0x3A7779) is unknown color: approx Ming. HEX triplet: 3A, 77 and 79. RGB value is (58,119,121). Sum of RGB (Red+Green+Blue) = 58+119+121=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A7779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7779 is #C58886. Grayscale: #646464. Windows color (decimal): -12945543 or 7960378. OLE color: 7960378.

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

Color convert

RGB58119121-
CMYK0.520.0200.53
HSL181.9º35.2%35.1%-
HSV(B)181.9º52.07%47.45%-
XYZ11.7915.4720.45-
YUV100.99139.2997.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.46%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 121 (47.66% from 255) = 40.60%
R=19.46%
G=39.93%
B=40.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581191210.520.0200.53181.935.235.1
Hex3A7779342035b62323
Octal721671716420652664343
Binary1110101110111111100111010010011010110110110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,119,121); }

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

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

 a { background-color: rgb(58,119,121); }

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

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

 span { border-color: rgb(58,119,121); }

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