#3D6191

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

Shades of Mariner #3D6191

Tints of Mariner #3D6191

Color information

#3D6191 (or 0x3D6191) is unknown color: approx Mariner. HEX triplet: 3D, 61 and 91. RGB value is (61,97,145). Sum of RGB (Red+Green+Blue) = 61+97+145=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D6191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6191 is #C29E6E. Grayscale: #5B5B5B. Windows color (decimal): -12754543 or 9527613. OLE color: 9527613.

HSL color Cylindrical-coordinate representation of color #3D6191: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D6191 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6197145-
CMYK0.580.3300.43
HSL214.29º40.78%40.39%-
HSV(B)214.29º57.93%56.86%-
XYZ11.3111.5928.43-
YUV91.71158.07106.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.13%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=20.13%
G=32.01%
B=47.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61971450.580.3300.43214.2940.7840.39
Hex3D61913A2102Bd62928
Octal7514122172410533265150
Binary111101110000110010001111010100001010101111010110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,97,145); }

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

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

 a { background-color: rgb(61,97,145); }

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

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

 span { border-color: rgb(61,97,145); }

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