#3F5A9E

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

Shades of Mariner #3F5A9E

Tints of Mariner #3F5A9E

Color information

#3F5A9E (or 0x3F5A9E) is unknown color: approx Mariner. HEX triplet: 3F, 5A and 9E. RGB value is (63,90,158). Sum of RGB (Red+Green+Blue) = 63+90+158=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F5A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5A9E is #C0A561. Grayscale: #595959. Windows color (decimal): -12625250 or 10377791. OLE color: 10377791.

HSL color Cylindrical-coordinate representation of color #3F5A9E: hue angle of 222.95º 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 #3F5A9E is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6390158-
CMYK0.600.4300.38
HSL222.95º42.99%43.33%-
HSV(B)222.95º60.13%61.96%-
XYZ11.8810.8433.81-
YUV89.68166.55108.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.26%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=20.26%
G=28.94%
B=50.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63901580.600.4300.38222.9542.9943.33
Hex3F5A9E3C2B026df2b2b
Octal7713223674530463375353
Binary111111101101010011110111100101011010011011011111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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