#3A679C

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

Shades of Mariner #3A679C

Tints of Mariner #3A679C

Color information

#3A679C (or 0x3A679C) is unknown color: approx Mariner. HEX triplet: 3A, 67 and 9C. RGB value is (58,103,156). Sum of RGB (Red+Green+Blue) = 58+103+156=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A679C is #C59863. Grayscale: #5F5F5F. Windows color (decimal): -12949604 or 10250042. OLE color: 10250042.

HSL color Cylindrical-coordinate representation of color #3A679C: hue angle of 212.45º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A679C is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB58103156-
CMYK0.630.3400.39
HSL212.45º45.79%41.96%-
HSV(B)212.45º62.82%61.18%-
XYZ12.61333.3-
YUV95.59162.09101.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=18.30%
G=32.49%
B=49.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581031560.630.3400.39212.4545.7941.96
Hex3A679C3F22027d42e2a
Octal7214723477420473245652
Binary111010110011110011100111111100010010011111010100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,103,156); }

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

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

 a { background-color: rgb(58,103,156); }

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

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

 span { border-color: rgb(58,103,156); }

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