#3D6395

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

Shades of Mariner #3D6395

Tints of Mariner #3D6395

Color information

#3D6395 (or 0x3D6395) is unknown color: approx Mariner. HEX triplet: 3D, 63 and 95. RGB value is (61,99,149). Sum of RGB (Red+Green+Blue) = 61+99+149=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D6395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6395 is #C29C6A. Grayscale: #5D5D5D. Windows color (decimal): -12754027 or 9790269. OLE color: 9790269.

HSL color Cylindrical-coordinate representation of color #3D6395: hue angle of 214.09º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D6395 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6199149-
CMYK0.590.3400.42
HSL214.09º41.9%41.18%-
HSV(B)214.09º59.06%58.43%-
XYZ11.8112.0930.14-
YUV93.34159.41104.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.74%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=19.74%
G=32.04%
B=48.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61991490.590.3400.42214.0941.941.18
Hex3D63953B2202Ad62a29
Octal7514322573420523265251
Binary111101110001110010101111011100010010101011010110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,99,149); }

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

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

 a { background-color: rgb(61,99,149); }

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

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

 span { border-color: rgb(61,99,149); }

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