#3A649F

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

Shades of Mariner #3A649F

Tints of Mariner #3A649F

Color information

#3A649F (or 0x3A649F) is unknown color: approx Mariner. HEX triplet: 3A, 64 and 9F. RGB value is (58,100,159). Sum of RGB (Red+Green+Blue) = 58+100+159=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A649F is #C59B60. Grayscale: #5D5D5D. Windows color (decimal): -12950369 or 10445882. OLE color: 10445882.

HSL color Cylindrical-coordinate representation of color #3A649F: hue angle of 215.05º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A649F is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB58100159-
CMYK0.640.3700.38
HSL215.05º46.54%42.55%-
HSV(B)215.05º63.52%62.35%-
XYZ12.5612.5234.55-
YUV94.17164.59102.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=18.30%
G=31.55%
B=50.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581001590.640.3700.38215.0546.5442.55
Hex3A649F4025026d72f2b
Octal72144237100450463275753
Binary1110101100100100111111000000100101010011011010111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,100,159); }

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

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

 a { background-color: rgb(58,100,159); }

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

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

 span { border-color: rgb(58,100,159); }

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