#3E5B90

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

Shades of Mariner #3E5B90

Tints of Mariner #3E5B90

Color information

#3E5B90 (or 0x3E5B90) is unknown color: approx Mariner. HEX triplet: 3E, 5B and 90. RGB value is (62,91,144). Sum of RGB (Red+Green+Blue) = 62+91+144=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E5B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5B90 is #C1A46F. Grayscale: #585858. Windows color (decimal): -12690544 or 9460542. OLE color: 9460542.

HSL color Cylindrical-coordinate representation of color #3E5B90: hue angle of 218.78º 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 #3E5B90 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6291144-
CMYK0.570.3700.44
HSL218.78º39.81%40.39%-
HSV(B)218.78º56.94%56.47%-
XYZ10.7610.5227.85-
YUV88.37159.39109.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.88%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=20.88%
G=30.64%
B=48.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal62911440.570.3700.44218.7839.8140.39
Hex3E5B90392502Cdb2828
Octal7613322071450543335050
Binary111110101101110010000111001100101010110011011011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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