#3E5AA5

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

Shades of Mariner #3E5AA5

Tints of Mariner #3E5AA5

Color information

#3E5AA5 (or 0x3E5AA5) is unknown color: approx Mariner. HEX triplet: 3E, 5A and A5. RGB value is (62,90,165). Sum of RGB (Red+Green+Blue) = 62+90+165=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #3E5AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5AA5 is #C1A55A. Grayscale: #595959. Windows color (decimal): -12690779 or 10836542. OLE color: 10836542.

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

Color convert

RGB6290165-
CMYK0.620.4500.35
HSL223.69º45.37%44.51%-
HSV(B)223.69º62.42%64.71%-
XYZ12.4311.0537.08-
YUV90.18170.22107.9-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.56%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 165 (64.84% from 255) = 52.05%
R=19.56%
G=28.39%
B=52.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal62901650.620.4500.35223.6945.3744.51
Hex3E5AA53E2D023e02d2d
Octal7613224576550433405555
Binary111110101101010100101111110101101010001111100000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,90,165); }

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

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

 a { background-color: rgb(62,90,165); }

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

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

 span { border-color: rgb(62,90,165); }

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