#3F60AB

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

Shades of Mariner #3F60AB

Tints of Mariner #3F60AB

Color information

#3F60AB (or 0x3F60AB) is unknown color: approx Mariner. HEX triplet: 3F, 60 and AB. RGB value is (63,96,171). Sum of RGB (Red+Green+Blue) = 63+96+171=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F60AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F60AB is #C09F54. Grayscale: #5E5E5E. Windows color (decimal): -12623701 or 11231295. OLE color: 11231295.

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

Color convert

RGB6396171-
CMYK0.630.4400.33
HSL221.67º46.15%45.88%-
HSV(B)221.67º63.16%67.06%-
XYZ13.5812.3640.2-
YUV94.68171.07105.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.09%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=19.09%
G=29.09%
B=51.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63961710.630.4400.33221.6746.1545.88
Hex3F60AB3F2C021de2e2e
Octal7714025377540413365656
Binary111111110000010101011111111101100010000111011110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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