#3F6997

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

Shades of Mariner #3F6997

Tints of Mariner #3F6997

Color information

#3F6997 (or 0x3F6997) is unknown color: approx Mariner. HEX triplet: 3F, 69 and 97. RGB value is (63,105,151). Sum of RGB (Red+Green+Blue) = 63+105+151=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #3F6997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6997 is #C09668. Grayscale: #616161. Windows color (decimal): -12621417 or 9922879. OLE color: 9922879.

HSL color Cylindrical-coordinate representation of color #3F6997: hue angle of 211.36º 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 #3F6997 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB63105151-
CMYK0.580.3000.41
HSL211.36º41.12%41.96%-
HSV(B)211.36º58.28%59.22%-
XYZ12.6913.3931.19-
YUV97.69158.09103.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.75%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 151 (59.38% from 255) = 47.34%
R=19.75%
G=32.92%
B=47.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631051510.580.3000.41211.3641.1241.96
Hex3F69973A1E029d3292a
Octal7715122772360513235152
Binary11111111010011001011111101011110010100111010011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,105,151); }

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

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

 a { background-color: rgb(63,105,151); }

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

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

 span { border-color: rgb(63,105,151); }

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