#3E64AC

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

Shades of Mariner #3E64AC

Tints of Mariner #3E64AC

Color information

#3E64AC (or 0x3E64AC) is unknown color: approx Mariner. HEX triplet: 3E, 64 and AC. RGB value is (62,100,172). Sum of RGB (Red+Green+Blue) = 62+100+172=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E64AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E64AC is #C19B53. Grayscale: #606060. Windows color (decimal): -12688212 or 11297854. OLE color: 11297854.

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

Color convert

RGB62100172-
CMYK0.640.4200.33
HSL219.27º47.01%45.88%-
HSV(B)219.27º63.95%67.45%-
XYZ13.9913.1240.82-
YUV96.85170.41103.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.56%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=18.56%
G=29.94%
B=51.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal621001720.640.4200.33219.2747.0145.88
Hex3E64AC402A021db2f2e
Octal76144254100520413335756
Binary1111101100100101011001000000101010010000111011011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E64AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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