#3961A9

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

Shades of Mariner #3961A9

Tints of Mariner #3961A9

Color information

#3961A9 (or 0x3961A9) is unknown color: approx Mariner. HEX triplet: 39, 61 and A9. RGB value is (57,97,169). Sum of RGB (Red+Green+Blue) = 57+97+169=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 169 (66.41% from 255 or 52.32% from 323); Max value from RGB is 169 - color contains mainly: blue. Hex color #3961A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3961A9 is #C69E56. Grayscale: #5C5C5C. Windows color (decimal): -13016663 or 11100473. OLE color: 11100473.

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

Color convert

RGB5797169-
CMYK0.660.4300.34
HSL218.57º49.56%44.31%-
HSV(B)218.57º66.27%66.27%-
XYZ13.1212.2839.22-
YUV93.25170.75102.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 169 (66.41% from 255) = 52.32%
R=17.65%
G=30.03%
B=52.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal57971690.660.4300.34218.5749.5644.31
Hex3961A9422B022db322c
Octal71141251102530423336254
Binary1110011100001101010011000010101011010001011011011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3961A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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