#3965AF

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

Shades of Mariner #3965AF

Tints of Mariner #3965AF

Color information

#3965AF (or 0x3965AF) is unknown color: approx Mariner. HEX triplet: 39, 65 and AF. RGB value is (57,101,175). Sum of RGB (Red+Green+Blue) = 57+101+175=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #3965AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3965AF is #C69A50. Grayscale: #5F5F5F. Windows color (decimal): -13015633 or 11494713. OLE color: 11494713.

HSL color Cylindrical-coordinate representation of color #3965AF: hue angle of 217.63º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3965AF is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB57101175-
CMYK0.670.4200.31
HSL217.63º50.86%45.49%-
HSV(B)217.63º67.43%68.63%-
XYZ14.0813.2742.38-
YUV96.28172.4299.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.12%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=17.12%
G=30.33%
B=52.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571011750.670.4200.31217.6350.8645.49
Hex3965AF432A01Fda332d
Octal71145257103520373326355
Binary111001110010110101111100001110101001111111011010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3965AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3965AF; }

 p { color: rgb(57,101,175); }

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

<style>
 a { background-color: #3965AF; }

 a { background-color: rgb(57,101,175); }

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

<style>
 span { border-color: #3965AF; }

 span { border-color: rgb(57,101,175); }

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