#3A7278

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

Shades of Ming #3A7278

Tints of Ming #3A7278

Color information

#3A7278 (or 0x3A7278) is unknown color: approx Ming. HEX triplet: 3A, 72 and 78. RGB value is (58,114,120). Sum of RGB (Red+Green+Blue) = 58+114+120=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A7278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7278 is #C58D87. Grayscale: #616161. Windows color (decimal): -12946824 or 7893562. OLE color: 7893562.

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

Color convert

RGB58114120-
CMYK0.520.0500.53
HSL185.81º34.83%34.9%-
HSV(B)185.81º51.67%47.06%-
XYZ11.1514.2919.94-
YUV97.94140.4599.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.86%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=19.86%
G=39.04%
B=41.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581141200.520.0500.53185.8134.8334.9
Hex3A7278345035ba2323
Octal721621706450652724343
Binary11101011100101111000110100101011010110111010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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