#3F52A9

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

Shades of Mariner #3F52A9

Tints of Mariner #3F52A9

Color information

#3F52A9 (or 0x3F52A9) is unknown color: approx Mariner. HEX triplet: 3F, 52 and A9. RGB value is (63,82,169). Sum of RGB (Red+Green+Blue) = 63+82+169=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #3F52A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F52A9 is #C0AD56. Grayscale: #555555. Windows color (decimal): -12627287 or 11096639. OLE color: 11096639.

HSL color Cylindrical-coordinate representation of color #3F52A9: hue angle of 229.25º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F52A9 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6382169-
CMYK0.630.5100.34
HSL229.25º45.69%45.49%-
HSV(B)229.25º62.72%66.27%-
XYZ12.239.9638.81-
YUV86.24174.71111.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 169 (66.41% from 255) = 53.82%
R=20.06%
G=26.11%
B=53.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal63821690.630.5100.34229.2545.6945.49
Hex3F52A93F33022e52e2d
Octal7712225177630423455655
Binary111111101001010101001111111110011010001011100101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F52A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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