#3962A9

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

Shades of Mariner #3962A9

Tints of Mariner #3962A9

Color information

#3962A9 (or 0x3962A9) is unknown color: approx Mariner. HEX triplet: 39, 62 and A9. RGB value is (57,98,169). Sum of RGB (Red+Green+Blue) = 57+98+169=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 169 (66.41% from 255 or 52.16% from 324); Max value from RGB is 169 - color contains mainly: blue. Hex color #3962A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3962A9 is #C69D56. Grayscale: #5D5D5D. Windows color (decimal): -13016407 or 11100729. OLE color: 11100729.

HSL color Cylindrical-coordinate representation of color #3962A9: hue angle of 218.04º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3962A9 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5798169-
CMYK0.660.4200.34
HSL218.04º49.56%44.31%-
HSV(B)218.04º66.27%66.27%-
XYZ13.2212.4739.25-
YUV93.84170.42101.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 169 (66.41% from 255) = 52.16%
R=17.59%
G=30.25%
B=52.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal57981690.660.4200.34218.0449.5644.31
Hex3962A9422A022da322c
Octal71142251102520423326254
Binary1110011100010101010011000010101010010001011011010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3962A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3962A9; }

 p { color: rgb(57,98,169); }

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

<style>
 a { background-color: #3962A9; }

 a { background-color: rgb(57,98,169); }

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

<style>
 span { border-color: #3962A9; }

 span { border-color: rgb(57,98,169); }

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