#3956A9

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

Shades of Mariner #3956A9

Tints of Mariner #3956A9

Color information

#3956A9 (or 0x3956A9) is unknown color: approx Mariner. HEX triplet: 39, 56 and A9. RGB value is (57,86,169). Sum of RGB (Red+Green+Blue) = 57+86+169=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #3956A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3956A9 is #C6A956. Grayscale: #565656. Windows color (decimal): -13019479 or 11097657. OLE color: 11097657.

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

Color convert

RGB5786169-
CMYK0.660.4900.34
HSL224.46º49.56%44.31%-
HSV(B)224.46º66.27%66.27%-
XYZ12.1810.3938.9-
YUV86.79174.39106.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 169 (66.41% from 255) = 54.17%
R=18.27%
G=27.56%
B=54.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal57861690.660.4900.34224.4649.5644.31
Hex3956A94231022e0322c
Octal71126251102610423406254
Binary1110011010110101010011000010110001010001011100000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3956A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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