#3E64A4

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

Shades of Mariner #3E64A4

Tints of Mariner #3E64A4

Color information

#3E64A4 (or 0x3E64A4) is unknown color: approx Mariner. HEX triplet: 3E, 64 and A4. RGB value is (62,100,164). Sum of RGB (Red+Green+Blue) = 62+100+164=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #3E64A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E64A4 is #C19B5B. Grayscale: #5F5F5F. Windows color (decimal): -12688220 or 10773566. OLE color: 10773566.

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

Color convert

RGB62100164-
CMYK0.620.3900.36
HSL217.65º45.13%44.31%-
HSV(B)217.65º62.2%64.31%-
XYZ13.2412.8236.9-
YUV95.93166.41103.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.02%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 164 (64.45% from 255) = 50.31%
R=19.02%
G=30.67%
B=50.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621001640.620.3900.36217.6545.1344.31
Hex3E64A43E27024da2d2c
Octal7614424476470443325554
Binary111110110010010100100111110100111010010011011010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E64A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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