#3966B4

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

Shades of Mariner #3966B4

Tints of Mariner #3966B4

Color information

#3966B4 (or 0x3966B4) is unknown color: approx Mariner. HEX triplet: 39, 66 and B4. RGB value is (57,102,180). Sum of RGB (Red+Green+Blue) = 57+102+180=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #3966B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3966B4 is #C6994B. Grayscale: #616161. Windows color (decimal): -13015372 or 11822649. OLE color: 11822649.

HSL color Cylindrical-coordinate representation of color #3966B4: hue angle of 218.05º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3966B4 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB57102180-
CMYK0.680.4300.29
HSL218.05º51.9%46.47%-
HSV(B)218.05º68.33%70.59%-
XYZ14.6813.6745.04-
YUV97.44174.5999.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 180 (70.70% from 255) = 53.10%
R=16.81%
G=30.09%
B=53.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571021800.680.4300.29218.0551.946.47
Hex3966B4442B01Dda342e
Octal71146264104530353326456
Binary111001110011010110100100010010101101110111011010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3966B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3966B4; }

 p { color: rgb(57,102,180); }

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

<style>
 a { background-color: #3966B4; }

 a { background-color: rgb(57,102,180); }

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

<style>
 span { border-color: #3966B4; }

 span { border-color: rgb(57,102,180); }

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