#3E68A2

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

Shades of Mariner #3E68A2

Tints of Mariner #3E68A2

Color information

#3E68A2 (or 0x3E68A2) is unknown color: approx Mariner. HEX triplet: 3E, 68 and A2. RGB value is (62,104,162). Sum of RGB (Red+Green+Blue) = 62+104+162=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 162 (63.67% from 255 or 49.39% from 328); Max value from RGB is 162 - color contains mainly: blue. Hex color #3E68A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E68A2 is #C1975D. Grayscale: #616161. Windows color (decimal): -12687198 or 10643518. OLE color: 10643518.

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

Color convert

RGB62104162-
CMYK0.620.3600.36
HSL214.8º44.64%43.92%-
HSV(B)214.8º61.73%63.53%-
XYZ13.4613.5336.09-
YUV98.05164.09102.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.90%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 162 (63.67% from 255) = 49.39%
R=18.90%
G=31.71%
B=49.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621041620.620.3600.36214.844.6443.92
Hex3E68A23E24024d72d2c
Octal7615024276440443275554
Binary111110110100010100010111110100100010010011010111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E68A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,104,162); }

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

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

 a { background-color: rgb(62,104,162); }

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

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

 span { border-color: rgb(62,104,162); }

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