#3F529E

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

Shades of Mariner #3F529E

Tints of Mariner #3F529E

Color information

#3F529E (or 0x3F529E) is unknown color: approx Mariner. HEX triplet: 3F, 52 and 9E. RGB value is (63,82,158). Sum of RGB (Red+Green+Blue) = 63+82+158=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F529E is #C0AD61. Grayscale: #545454. Windows color (decimal): -12627298 or 10375743. OLE color: 10375743.

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

Color convert

RGB6382158-
CMYK0.600.4800.38
HSL228º42.99%43.33%-
HSV(B)228º60.13%61.96%-
XYZ11.249.5633.6-
YUV84.98169.21112.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.79%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=20.79%
G=27.06%
B=52.15%

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
Decimal63821580.600.4800.3822842.9943.33
Hex3F529E3C30026e42b2b
Octal7712223674600463445353
Binary111111101001010011110111100110000010011011100100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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