#3E669B

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

Shades of Mariner #3E669B

Tints of Mariner #3E669B

Color information

#3E669B (or 0x3E669B) is unknown color: approx Mariner. HEX triplet: 3E, 66 and 9B. RGB value is (62,102,155). Sum of RGB (Red+Green+Blue) = 62+102+155=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E669B is #C19964. Grayscale: #5F5F5F. Windows color (decimal): -12687717 or 10184254. OLE color: 10184254.

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

Color convert

RGB62102155-
CMYK0.60.3400.39
HSL214.19º42.86%42.55%-
HSV(B)214.19º60%60.78%-
XYZ12.6512.8932.83-
YUV96.08161.25103.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.44%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=19.44%
G=31.97%
B=48.59%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal621021550.60.3400.39214.1942.8642.55
Hex3E669B3C22027d62b2b
Octal7614623374420473265353
Binary111110110011010011011111100100010010011111010110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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