#3967A5

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

Shades of Mariner #3967A5

Tints of Mariner #3967A5

Color information

#3967A5 (or 0x3967A5) is unknown color: approx Mariner. HEX triplet: 39, 67 and A5. RGB value is (57,103,165). Sum of RGB (Red+Green+Blue) = 57+103+165=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #3967A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3967A5 is #C6985A. Grayscale: #606060. Windows color (decimal): -13015131 or 10839865. OLE color: 10839865.

HSL color Cylindrical-coordinate representation of color #3967A5: hue angle of 214.44º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3967A5 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB57103165-
CMYK0.650.3800.35
HSL214.44º48.65%43.53%-
HSV(B)214.44º65.45%64.71%-
XYZ13.3313.2937.46-
YUV96.31166.7699.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 165 (64.84% from 255) = 50.77%
R=17.54%
G=31.69%
B=50.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571031650.650.3800.35214.4448.6543.53
Hex3967A54126023d6312c
Octal71147245101460433266154
Binary1110011100111101001011000001100110010001111010110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3967A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3967A5; }

 p { color: rgb(57,103,165); }

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

<style>
 a { background-color: #3967A5; }

 a { background-color: rgb(57,103,165); }

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

<style>
 span { border-color: #3967A5; }

 span { border-color: rgb(57,103,165); }

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