#3A6591

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

Shades of Mariner #3A6591

Tints of Mariner #3A6591

Color information

#3A6591 (or 0x3A6591) is unknown color: approx Mariner. HEX triplet: 3A, 65 and 91. RGB value is (58,101,145). Sum of RGB (Red+Green+Blue) = 58+101+145=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A6591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6591 is #C59A6E. Grayscale: #5C5C5C. Windows color (decimal): -12950127 or 9528634. OLE color: 9528634.

HSL color Cylindrical-coordinate representation of color #3A6591: hue angle of 210.34º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A6591 is Cyan = 0.6, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB58101145-
CMYK0.60.3000.43
HSL210.34º42.86%39.8%-
HSV(B)210.34º60%56.86%-
XYZ11.5112.2528.55-
YUV93.16157.25102.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.08%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 145 (57.03% from 255) = 47.70%
R=19.08%
G=33.22%
B=47.70%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal581011450.60.3000.43210.3442.8639.8
Hex3A65913C1E02Bd22b28
Octal7214522174360533225350
Binary11101011001011001000111110011110010101111010010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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