#3F5B95

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

Shades of Mariner #3F5B95

Tints of Mariner #3F5B95

Color information

#3F5B95 (or 0x3F5B95) is unknown color: approx Mariner. HEX triplet: 3F, 5B and 95. RGB value is (63,91,149). Sum of RGB (Red+Green+Blue) = 63+91+149=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F5B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5B95 is #C0A46A. Grayscale: #585858. Windows color (decimal): -12625003 or 9788223. OLE color: 9788223.

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

Color convert

RGB6391149-
CMYK0.580.3900.42
HSL220.47º40.57%41.57%-
HSV(B)220.47º57.72%58.43%-
XYZ11.2210.7129.91-
YUV89.24161.72109.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.79%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 149 (58.59% from 255) = 49.17%
R=20.79%
G=30.03%
B=49.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63911490.580.3900.42220.4740.5741.57
Hex3F5B953A2702Adc292a
Octal7713322572470523345152
Binary111111101101110010101111010100111010101011011100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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