#3A629E

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

Shades of Mariner #3A629E

Tints of Mariner #3A629E

Color information

#3A629E (or 0x3A629E) is unknown color: approx Mariner. HEX triplet: 3A, 62 and 9E. RGB value is (58,98,158). Sum of RGB (Red+Green+Blue) = 58+98+158=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A629E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A629E is #C59D61. Grayscale: #5C5C5C. Windows color (decimal): -12950882 or 10379834. OLE color: 10379834.

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

Color convert

RGB5898158-
CMYK0.630.3800.38
HSL216º46.3%42.35%-
HSV(B)216º63.29%61.96%-
XYZ12.2812.134.04-
YUV92.88164.75103.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.47%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=18.47%
G=31.21%
B=50.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58981580.630.3800.3821646.342.35
Hex3A629E3F26026d82e2a
Octal7214223677460463305652
Binary111010110001010011110111111100110010011011011000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,98,158); }

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

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

 a { background-color: rgb(58,98,158); }

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

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

 span { border-color: rgb(58,98,158); }

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