#3A6595

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

Shades of Mariner #3A6595

Tints of Mariner #3A6595

Color information

#3A6595 (or 0x3A6595) is unknown color: approx Mariner. HEX triplet: 3A, 65 and 95. RGB value is (58,101,149). Sum of RGB (Red+Green+Blue) = 58+101+149=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A6595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6595 is #C59A6A. Grayscale: #5D5D5D. Windows color (decimal): -12950123 or 9790778. OLE color: 9790778.

HSL color Cylindrical-coordinate representation of color #3A6595: hue angle of 211.65º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A6595 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB58101149-
CMYK0.610.3200.42
HSL211.65º43.96%40.59%-
HSV(B)211.65º61.07%58.43%-
XYZ11.8212.3830.2-
YUV93.62159.25102.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.83%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 149 (58.59% from 255) = 48.38%
R=18.83%
G=32.79%
B=48.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581011490.610.3200.42211.6543.9640.59
Hex3A65953D2002Ad42c29
Octal7214522575400523245451
Binary111010110010110010101111101100000010101011010100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,101,149); }

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

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

 a { background-color: rgb(58,101,149); }

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

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

 span { border-color: rgb(58,101,149); }

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