#3E6390

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

Shades of Mariner #3E6390

Tints of Mariner #3E6390

Color information

#3E6390 (or 0x3E6390) is unknown color: approx Mariner. HEX triplet: 3E, 63 and 90. RGB value is (62,99,144). Sum of RGB (Red+Green+Blue) = 62+99+144=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E6390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6390 is #C19C6F. Grayscale: #5C5C5C. Windows color (decimal): -12688496 or 9462590. OLE color: 9462590.

HSL color Cylindrical-coordinate representation of color #3E6390: hue angle of 212.93º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E6390 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6299144-
CMYK0.570.3100.44
HSL212.93º39.81%40.39%-
HSV(B)212.93º56.94%56.47%-
XYZ11.4811.9628.09-
YUV93.07156.74105.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.33%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 144 (56.64% from 255) = 47.21%
R=20.33%
G=32.46%
B=47.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal62991440.570.3100.44212.9339.8140.39
Hex3E6390391F02Cd52828
Octal7614322071370543255050
Binary11111011000111001000011100111111010110011010101101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,99,144); }

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

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

 a { background-color: rgb(62,99,144); }

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

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

 span { border-color: rgb(62,99,144); }

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