#3F6596

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

Shades of Mariner #3F6596

Tints of Mariner #3F6596

Color information

#3F6596 (or 0x3F6596) is unknown color: approx Mariner. HEX triplet: 3F, 65 and 96. RGB value is (63,101,150). Sum of RGB (Red+Green+Blue) = 63+101+150=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F6596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6596 is #C09A69. Grayscale: #5E5E5E. Windows color (decimal): -12622442 or 9856319. OLE color: 9856319.

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

Color convert

RGB63101150-
CMYK0.580.3300.41
HSL213.79º40.85%41.76%-
HSV(B)213.79º58%58.82%-
XYZ12.2112.5730.64-
YUV95.22158.91105.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=20.06%
G=32.17%
B=47.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631011500.580.3300.41213.7940.8541.76
Hex3F65963A21029d6292a
Octal7714522672410513265152
Binary111111110010110010110111010100001010100111010110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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