#3961A4

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

Shades of Mariner #3961A4

Tints of Mariner #3961A4

Color information

#3961A4 (or 0x3961A4) is unknown color: approx Mariner. HEX triplet: 39, 61 and A4. RGB value is (57,97,164). Sum of RGB (Red+Green+Blue) = 57+97+164=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #3961A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3961A4 is #C69E5B. Grayscale: #5C5C5C. Windows color (decimal): -13016668 or 10772793. OLE color: 10772793.

HSL color Cylindrical-coordinate representation of color #3961A4: hue angle of 217.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3961A4 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5797164-
CMYK0.650.4100.36
HSL217.57º48.42%43.33%-
HSV(B)217.57º65.24%64.31%-
XYZ12.6612.136.79-
YUV92.68168.25102.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.92%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 164 (64.45% from 255) = 51.57%
R=17.92%
G=30.50%
B=51.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal57971640.650.4100.36217.5748.4243.33
Hex3961A44129024da302b
Octal71141244101510443326053
Binary1110011100001101001001000001101001010010011011010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3961A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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