#3E609B

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

Shades of Mariner #3E609B

Tints of Mariner #3E609B

Color information

#3E609B (or 0x3E609B) is unknown color: approx Mariner. HEX triplet: 3E, 60 and 9B. RGB value is (62,96,155). Sum of RGB (Red+Green+Blue) = 62+96+155=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E609B is #C19F64. Grayscale: #5C5C5C. Windows color (decimal): -12689253 or 10182718. OLE color: 10182718.

HSL color Cylindrical-coordinate representation of color #3E609B: hue angle of 218.06º 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 #3E609B is Cyan = 0.6, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6296155-
CMYK0.60.3800.39
HSL218.06º42.86%42.55%-
HSV(B)218.06º60%60.78%-
XYZ12.0911.7632.64-
YUV92.56163.24106.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.81%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=19.81%
G=30.67%
B=49.52%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal62961550.60.3800.39218.0642.8642.55
Hex3E609B3C26027da2b2b
Octal7614023374460473325353
Binary111110110000010011011111100100110010011111011010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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