#3F5795

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

Shades of Mariner #3F5795

Tints of Mariner #3F5795

Color information

#3F5795 (or 0x3F5795) is unknown color: approx Mariner. HEX triplet: 3F, 57 and 95. RGB value is (63,87,149). Sum of RGB (Red+Green+Blue) = 63+87+149=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F5795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5795 is #C0A86A. Grayscale: #565656. Windows color (decimal): -12626027 or 9787199. OLE color: 9787199.

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

Color convert

RGB6387149-
CMYK0.580.4200.42
HSL223.26º40.57%41.57%-
HSV(B)223.26º57.72%58.43%-
XYZ10.8810.0429.8-
YUV86.89163.05110.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.07%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=21.07%
G=29.10%
B=49.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63871490.580.4200.42223.2640.5741.57
Hex3F57953A2A02Adf292a
Octal7712722572520523375152
Binary111111101011110010101111010101010010101011011111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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