#3E68AC

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

Shades of Mariner #3E68AC

Tints of Mariner #3E68AC

Color information

#3E68AC (or 0x3E68AC) is unknown color: approx Mariner. HEX triplet: 3E, 68 and AC. RGB value is (62,104,172). Sum of RGB (Red+Green+Blue) = 62+104+172=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E68AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E68AC is #C19753. Grayscale: #626262. Windows color (decimal): -12687188 or 11298878. OLE color: 11298878.

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

Color convert

RGB62104172-
CMYK0.640.4000.33
HSL217.09º47.01%45.88%-
HSV(B)217.09º63.95%67.45%-
XYZ14.3813.940.96-
YUV99.19169.09101.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.34%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 172 (67.58% from 255) = 50.89%
R=18.34%
G=30.77%
B=50.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal621041720.640.4000.33217.0947.0145.88
Hex3E68AC4028021d92f2e
Octal76150254100500413315756
Binary1111101101000101011001000000101000010000111011001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E68AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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