#3B619E

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

Shades of Mariner #3B619E

Tints of Mariner #3B619E

Color information

#3B619E (or 0x3B619E) is unknown color: approx Mariner. HEX triplet: 3B, 61 and 9E. RGB value is (59,97,158). Sum of RGB (Red+Green+Blue) = 59+97+158=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B619E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B619E is #C49E61. Grayscale: #5C5C5C. Windows color (decimal): -12885602 or 10379579. OLE color: 10379579.

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

Color convert

RGB5997158-
CMYK0.630.3900.38
HSL216.97º45.62%42.55%-
HSV(B)216.97º62.66%61.96%-
XYZ12.2511.9534.01-
YUV92.59164.91104.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.79%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=18.79%
G=30.89%
B=50.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59971580.630.3900.38216.9745.6242.55
Hex3B619E3F27026d92e2b
Octal7314123677470463315653
Binary111011110000110011110111111100111010011011011001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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