#3F60A2

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

Shades of Mariner #3F60A2

Tints of Mariner #3F60A2

Color information

#3F60A2 (or 0x3F60A2) is unknown color: approx Mariner. HEX triplet: 3F, 60 and A2. RGB value is (63,96,162). Sum of RGB (Red+Green+Blue) = 63+96+162=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #3F60A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F60A2 is #C09F5D. Grayscale: #5D5D5D. Windows color (decimal): -12623710 or 10641471. OLE color: 10641471.

HSL color Cylindrical-coordinate representation of color #3F60A2: hue angle of 220º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F60A2 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6396162-
CMYK0.610.4100.36
HSL220º44%44.12%-
HSV(B)220º61.11%63.53%-
XYZ12.7512.0335.83-
YUV93.66166.57106.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.63%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 162 (63.67% from 255) = 50.47%
R=19.63%
G=29.91%
B=50.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal63961620.610.4100.362204444.12
Hex3F60A23D29024dc2c2c
Octal7714024275510443345454
Binary111111110000010100010111101101001010010011011100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F60A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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