#3A6194

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

Shades of Mariner #3A6194

Tints of Mariner #3A6194

Color information

#3A6194 (or 0x3A6194) is unknown color: approx Mariner. HEX triplet: 3A, 61 and 94. RGB value is (58,97,148). Sum of RGB (Red+Green+Blue) = 58+97+148=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A6194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6194 is #C59E6B. Grayscale: #5A5A5A. Windows color (decimal): -12951148 or 9724218. OLE color: 9724218.

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

Color convert

RGB5897148-
CMYK0.610.3400.42
HSL214º43.69%40.39%-
HSV(B)214º60.81%58.04%-
XYZ11.3611.5929.65-
YUV91.15160.08104.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 148 (58.20% from 255) = 48.84%
R=19.14%
G=32.01%
B=48.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58971480.610.3400.4221443.6940.39
Hex3A61943D2202Ad62c28
Octal7214122475420523265450
Binary111010110000110010100111101100010010101011010110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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