#3F60AD

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

Shades of Mariner #3F60AD

Tints of Mariner #3F60AD

Color information

#3F60AD (or 0x3F60AD) is unknown color: approx Mariner. HEX triplet: 3F, 60 and AD. RGB value is (63,96,173). Sum of RGB (Red+Green+Blue) = 63+96+173=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F60AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F60AD is #C09F52. Grayscale: #5E5E5E. Windows color (decimal): -12623699 or 11362367. OLE color: 11362367.

HSL color Cylindrical-coordinate representation of color #3F60AD: hue angle of 222º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F60AD is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6396173-
CMYK0.640.4500.32
HSL222º46.61%46.27%-
HSV(B)222º63.58%67.84%-
XYZ13.7812.4441.21-
YUV94.91172.07105.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.98%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=18.98%
G=28.92%
B=52.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63961730.640.4500.3222246.6146.27
Hex3F60AD402D020de2f2e
Octal77140255100550403365756
Binary1111111100000101011011000000101101010000011011110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F60AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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