#3D5C95

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

Shades of Mariner #3D5C95

Tints of Mariner #3D5C95

Color information

#3D5C95 (or 0x3D5C95) is unknown color: approx Mariner. HEX triplet: 3D, 5C and 95. RGB value is (61,92,149). Sum of RGB (Red+Green+Blue) = 61+92+149=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D5C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5C95 is #C2A36A. Grayscale: #585858. Windows color (decimal): -12755819 or 9788477. OLE color: 9788477.

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

Color convert

RGB6192149-
CMYK0.590.3800.42
HSL218.86º41.9%41.18%-
HSV(B)218.86º59.06%58.43%-
XYZ11.1810.8229.93-
YUV89.23161.73107.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 92 (36.33% from 255) = 30.46%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=20.20%
G=30.46%
B=49.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61921490.590.3800.42218.8641.941.18
Hex3D5C953B2602Adb2a29
Octal7513422573460523335251
Binary111101101110010010101111011100110010101011011011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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