#3F5AAA

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

Shades of Mariner #3F5AAA

Tints of Mariner #3F5AAA

Color information

#3F5AAA (or 0x3F5AAA) is unknown color: approx Mariner. HEX triplet: 3F, 5A and AA. RGB value is (63,90,170). Sum of RGB (Red+Green+Blue) = 63+90+170=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F5AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5AAA is #C0A555. Grayscale: #5A5A5A. Windows color (decimal): -12625238 or 11164223. OLE color: 11164223.

HSL color Cylindrical-coordinate representation of color #3F5AAA: hue angle of 224.86º 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 #3F5AAA is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6390170-
CMYK0.630.4700.33
HSL224.86º45.92%45.69%-
HSV(B)224.86º62.94%66.67%-
XYZ12.9611.2739.52-
YUV91.05172.55108-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.50%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=19.50%
G=27.86%
B=52.63%

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
Decimal63901700.630.4700.33224.8645.9245.69
Hex3F5AAA3F2F021e12e2e
Octal7713225277570413415656
Binary111111101101010101010111111101111010000111100001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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