#3F5DAB

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

Shades of Mariner #3F5DAB

Tints of Mariner #3F5DAB

Color information

#3F5DAB (or 0x3F5DAB) is unknown color: approx Mariner. HEX triplet: 3F, 5D and AB. RGB value is (63,93,171). Sum of RGB (Red+Green+Blue) = 63+93+171=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F5DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5DAB is #C0A254. Grayscale: #5C5C5C. Windows color (decimal): -12624469 or 11230527. OLE color: 11230527.

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

Color convert

RGB6393171-
CMYK0.630.4600.33
HSL223.33º46.15%45.88%-
HSV(B)223.33º63.16%67.06%-
XYZ13.3111.8340.11-
YUV92.92172.06106.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.27%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=19.27%
G=28.44%
B=52.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63931710.630.4600.33223.3346.1545.88
Hex3F5DAB3F2E021df2e2e
Octal7713525377560413375656
Binary111111101110110101011111111101110010000111011111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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