#3963B4

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

Shades of Mariner #3963B4

Tints of Mariner #3963B4

Color information

#3963B4 (or 0x3963B4) is unknown color: approx Mariner. HEX triplet: 39, 63 and B4. RGB value is (57,99,180). Sum of RGB (Red+Green+Blue) = 57+99+180=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #3963B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3963B4 is #C69C4B. Grayscale: #5F5F5F. Windows color (decimal): -13016140 or 11821881. OLE color: 11821881.

HSL color Cylindrical-coordinate representation of color #3963B4: hue angle of 219.51º 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 #3963B4 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5799180-
CMYK0.680.4500.29
HSL219.51º51.9%46.47%-
HSV(B)219.51º68.33%70.59%-
XYZ14.3913.0944.95-
YUV95.68175.59100.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.96%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 180 (70.70% from 255) = 53.57%
R=16.96%
G=29.46%
B=53.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57991800.680.4500.29219.5151.946.47
Hex3963B4442D01Ddc342e
Octal71143264104550353346456
Binary111001110001110110100100010010110101110111011100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3963B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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