#3F5B9E

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

Shades of Mariner #3F5B9E

Tints of Mariner #3F5B9E

Color information

#3F5B9E (or 0x3F5B9E) is unknown color: approx Mariner. HEX triplet: 3F, 5B and 9E. RGB value is (63,91,158). Sum of RGB (Red+Green+Blue) = 63+91+158=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F5B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5B9E is #C0A461. Grayscale: #595959. Windows color (decimal): -12624994 or 10378047. OLE color: 10378047.

HSL color Cylindrical-coordinate representation of color #3F5B9E: hue angle of 222.32º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F5B9E is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6391158-
CMYK0.600.4200.38
HSL222.32º42.99%43.33%-
HSV(B)222.32º60.13%61.96%-
XYZ11.9611.0133.84-
YUV90.27166.22108.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.19%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 158 (62.11% from 255) = 50.64%
R=20.19%
G=29.17%
B=50.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63911580.600.4200.38222.3242.9943.33
Hex3F5B9E3C2A026de2b2b
Octal7713323674520463365353
Binary111111101101110011110111100101010010011011011110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,91,158); }

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

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

 a { background-color: rgb(63,91,158); }

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

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

 span { border-color: rgb(63,91,158); }

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