#3E5F9B

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

Shades of Mariner #3E5F9B

Tints of Mariner #3E5F9B

Color information

#3E5F9B (or 0x3E5F9B) is unknown color: approx Mariner. HEX triplet: 3E, 5F and 9B. RGB value is (62,95,155). Sum of RGB (Red+Green+Blue) = 62+95+155=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E5F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5F9B is #C1A064. Grayscale: #5B5B5B. Windows color (decimal): -12689509 or 10182462. OLE color: 10182462.

HSL color Cylindrical-coordinate representation of color #3E5F9B: hue angle of 218.71º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E5F9B is Cyan = 0.6, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6295155-
CMYK0.60.3900.39
HSL218.71º42.86%42.55%-
HSV(B)218.71º60%60.78%-
XYZ1211.5832.61-
YUV91.97163.57106.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.87%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=19.87%
G=30.45%
B=49.68%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal62951550.60.3900.39218.7142.8642.55
Hex3E5F9B3C27027db2b2b
Octal7613723374470473335353
Binary111110101111110011011111100100111010011111011011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,95,155); }

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

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

 a { background-color: rgb(62,95,155); }

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

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

 span { border-color: rgb(62,95,155); }

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