#3F70AE

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

Shades of Mariner #3F70AE

Tints of Mariner #3F70AE

Color information

#3F70AE (or 0x3F70AE) is unknown color: approx Mariner. HEX triplet: 3F, 70 and AE. RGB value is (63,112,174). Sum of RGB (Red+Green+Blue) = 63+112+174=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F70AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F70AE is #C08F51. Grayscale: #686868. Windows color (decimal): -12619602 or 11431999. OLE color: 11431999.

HSL color Cylindrical-coordinate representation of color #3F70AE: hue angle of 213.51º 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 #3F70AE is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB63112174-
CMYK0.640.3600.32
HSL213.51º46.84%46.47%-
HSV(B)213.51º63.79%68.24%-
XYZ15.4815.742.26-
YUV104.42167.2798.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.05%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=18.05%
G=32.09%
B=49.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631121740.640.3600.32213.5146.8446.47
Hex3F70AE4024020d62f2e
Octal77160256100440403265756
Binary1111111110000101011101000000100100010000011010110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F70AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,112,174); }

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

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

 a { background-color: rgb(63,112,174); }

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

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

 span { border-color: rgb(63,112,174); }

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