#3F5AAB

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

Shades of Mariner #3F5AAB

Tints of Mariner #3F5AAB

Color information

#3F5AAB (or 0x3F5AAB) is unknown color: approx Mariner. HEX triplet: 3F, 5A and AB. RGB value is (63,90,171). Sum of RGB (Red+Green+Blue) = 63+90+171=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F5AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5AAB is #C0A554. Grayscale: #5A5A5A. Windows color (decimal): -12625237 or 11229759. OLE color: 11229759.

HSL color Cylindrical-coordinate representation of color #3F5AAB: hue angle of 225º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F5AAB is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6390171-
CMYK0.630.4700.33
HSL225º46.15%45.88%-
HSV(B)225º63.16%67.06%-
XYZ13.0611.3140.02-
YUV91.16173.05107.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.44%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=19.44%
G=27.78%
B=52.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63901710.630.4700.3322546.1545.88
Hex3F5AAB3F2F021e12e2e
Octal7713225377570413415656
Binary111111101101010101011111111101111010000111100001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,90,171); }

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

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

 a { background-color: rgb(63,90,171); }

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

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

 span { border-color: rgb(63,90,171); }

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