#3E5CA2

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

Shades of Mariner #3E5CA2

Tints of Mariner #3E5CA2

Color information

#3E5CA2 (or 0x3E5CA2) is unknown color: approx Mariner. HEX triplet: 3E, 5C and A2. RGB value is (62,92,162). Sum of RGB (Red+Green+Blue) = 62+92+162=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 162 (63.67% from 255 or 51.27% from 316); Max value from RGB is 162 - color contains mainly: blue. Hex color #3E5CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5CA2 is #C1A35D. Grayscale: #5A5A5A. Windows color (decimal): -12690270 or 10640446. OLE color: 10640446.

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

Color convert

RGB6292162-
CMYK0.620.4300.36
HSL222º44.64%43.92%-
HSV(B)222º61.73%63.53%-
XYZ12.3411.2935.71-
YUV91.01168.06107.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.62%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 162 (63.67% from 255) = 51.27%
R=19.62%
G=29.11%
B=51.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal62921620.620.4300.3622244.6443.92
Hex3E5CA23E2B024de2d2c
Octal7613424276530443365554
Binary111110101110010100010111110101011010010011011110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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