#3964B6

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

Shades of Mariner #3964B6

Tints of Mariner #3964B6

Color information

#3964B6 (or 0x3964B6) is unknown color: approx Mariner. HEX triplet: 39, 64 and B6. RGB value is (57,100,182). Sum of RGB (Red+Green+Blue) = 57+100+182=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #3964B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3964B6 is #C69B49. Grayscale: #606060. Windows color (decimal): -13015882 or 11953209. OLE color: 11953209.

HSL color Cylindrical-coordinate representation of color #3964B6: hue angle of 219.36º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3964B6 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB57100182-
CMYK0.690.4500.29
HSL219.36º52.3%46.86%-
HSV(B)219.36º68.68%71.37%-
XYZ14.6913.3646.06-
YUV96.49176.2599.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 182 (71.48% from 255) = 53.69%
R=16.81%
G=29.50%
B=53.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571001820.690.4500.29219.3652.346.86
Hex3964B6452D01Ddb342f
Octal71144266105550353336457
Binary111001110010010110110100010110110101110111011011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3964B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3964B6; }

 p { color: rgb(57,100,182); }

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

<style>
 a { background-color: #3964B6; }

 a { background-color: rgb(57,100,182); }

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

<style>
 span { border-color: #3964B6; }

 span { border-color: rgb(57,100,182); }

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