#3B659E

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

Shades of Mariner #3B659E

Tints of Mariner #3B659E

Color information

#3B659E (or 0x3B659E) is unknown color: approx Mariner. HEX triplet: 3B, 65 and 9E. RGB value is (59,101,158). Sum of RGB (Red+Green+Blue) = 59+101+158=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B659E is #C49A61. Grayscale: #5E5E5E. Windows color (decimal): -12884578 or 10380603. OLE color: 10380603.

HSL color Cylindrical-coordinate representation of color #3B659E: hue angle of 214.55º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B659E is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB59101158-
CMYK0.630.3600.38
HSL214.55º45.62%42.55%-
HSV(B)214.55º62.66%61.96%-
XYZ12.6312.7134.13-
YUV94.94163.59102.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 158 (62.11% from 255) = 49.69%
R=18.55%
G=31.76%
B=49.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591011580.630.3600.38214.5545.6242.55
Hex3B659E3F24026d72e2b
Octal7314523677440463275653
Binary111011110010110011110111111100100010011011010111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,101,158); }

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

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

 a { background-color: rgb(59,101,158); }

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

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

 span { border-color: rgb(59,101,158); }

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