#3F65AA

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

Shades of Mariner #3F65AA

Tints of Mariner #3F65AA

Color information

#3F65AA (or 0x3F65AA) is unknown color: approx Mariner. HEX triplet: 3F, 65 and AA. RGB value is (63,101,170). Sum of RGB (Red+Green+Blue) = 63+101+170=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F65AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F65AA is #C09A55. Grayscale: #616161. Windows color (decimal): -12622422 or 11167039. OLE color: 11167039.

HSL color Cylindrical-coordinate representation of color #3F65AA: hue angle of 218.69º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F65AA is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB63101170-
CMYK0.630.4100.33
HSL218.69º45.92%45.69%-
HSV(B)218.69º62.94%66.67%-
XYZ13.9613.2739.86-
YUV97.5168.91103.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.86%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=18.86%
G=30.24%
B=50.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631011700.630.4100.33218.6945.9245.69
Hex3F65AA3F29021db2e2e
Octal7714525277510413335656
Binary111111110010110101010111111101001010000111011011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F65AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F65AA; }

 p { color: rgb(63,101,170); }

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

<style>
 a { background-color: #3F65AA; }

 a { background-color: rgb(63,101,170); }

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

<style>
 span { border-color: #3F65AA; }

 span { border-color: rgb(63,101,170); }

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