#3f5b9f

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

Shades of Mariner #3F5B9F

Tints of Mariner #3F5B9F

Color information

#3F5B9F (or 0x3F5B9F) is unknown color: approx Mariner. HEX triplet: 3F, 5B and 9F. RGB value is (63,91,159). Sum of RGB (Red+Green+Blue) = 63+91+159=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F5B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5B9F is #C0A460. Grayscale: #5A5A5A. Windows color (decimal): -12624993 or 10443583. OLE color: 10443583.

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

Color convert

RGB6391159-
CMYK0.600.4300.38
HSL222.5º43.24%43.53%-
HSV(B)222.5º60.38%62.35%-
XYZ12.0511.0434.3-
YUV90.38166.72108.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.13%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=20.13%
G=29.07%
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
Decimal63911590.600.4300.38222.543.2443.53
Hex3F5B9F3C2B026de2b2c
Octal7713323774530463365354
Binary111111101101110011111111100101011010011011011110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f5b9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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