#3F529F

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

Shades of Mariner #3F529F

Tints of Mariner #3F529F

Color information

#3F529F (or 0x3F529F) is unknown color: approx Mariner. HEX triplet: 3F, 52 and 9F. RGB value is (63,82,159). Sum of RGB (Red+Green+Blue) = 63+82+159=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F529F is #C0AD60. Grayscale: #545454. Windows color (decimal): -12627297 or 10441279. OLE color: 10441279.

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

Color convert

RGB6382159-
CMYK0.600.4800.38
HSL228.12º43.24%43.53%-
HSV(B)228.12º60.38%62.35%-
XYZ11.339.5934.06-
YUV85.1169.71112.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.72%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 159 (62.5% from 255) = 52.30%
R=20.72%
G=26.97%
B=52.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63821590.600.4800.38228.1243.2443.53
Hex3F529F3C30026e42b2c
Octal7712223774600463445354
Binary111111101001010011111111100110000010011011100100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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