#3B618F

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

Shades of Mariner #3B618F

Tints of Mariner #3B618F

Color information

#3B618F (or 0x3B618F) is unknown color: approx Mariner. HEX triplet: 3B, 61 and 8F. RGB value is (59,97,143). Sum of RGB (Red+Green+Blue) = 59+97+143=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B618F is #C49E70. Grayscale: #5A5A5A. Windows color (decimal): -12885617 or 9396539. OLE color: 9396539.

HSL color Cylindrical-coordinate representation of color #3B618F: hue angle of 212.86º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B618F is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5997143-
CMYK0.590.3200.44
HSL212.86º41.58%39.61%-
HSV(B)212.86º58.74%56.08%-
XYZ11.0411.4627.62-
YUV90.88157.41105.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.73%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 143 (56.25% from 255) = 47.83%
R=19.73%
G=32.44%
B=47.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59971430.590.3200.44212.8641.5839.61
Hex3B618F3B2002Cd52a28
Octal7314121773400543255250
Binary111011110000110001111111011100000010110011010101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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