#3A6192

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

Shades of Mariner #3A6192

Tints of Mariner #3A6192

Color information

#3A6192 (or 0x3A6192) is unknown color: approx Mariner. HEX triplet: 3A, 61 and 92. RGB value is (58,97,146). Sum of RGB (Red+Green+Blue) = 58+97+146=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A6192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6192 is #C59E6D. Grayscale: #5A5A5A. Windows color (decimal): -12951150 or 9593146. OLE color: 9593146.

HSL color Cylindrical-coordinate representation of color #3A6192: hue angle of 213.41º 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 #3A6192 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5897146-
CMYK0.600.3400.43
HSL213.41º43.14%40%-
HSV(B)213.41º60.27%57.25%-
XYZ11.2111.5228.83-
YUV90.93159.08104.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.27%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=19.27%
G=32.23%
B=48.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58971460.600.3400.43213.4143.1440
Hex3A61923C2202Bd52b28
Octal7214122274420533255350
Binary111010110000110010010111100100010010101111010101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,97,146); }

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

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

 a { background-color: rgb(58,97,146); }

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

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

 span { border-color: rgb(58,97,146); }

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