#3D5E93

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

Shades of Mariner #3D5E93

Tints of Mariner #3D5E93

Color information

#3D5E93 (or 0x3D5E93) is unknown color: approx Mariner. HEX triplet: 3D, 5E and 93. RGB value is (61,94,147). Sum of RGB (Red+Green+Blue) = 61+94+147=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D5E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5E93 is #C2A16C. Grayscale: #595959. Windows color (decimal): -12755309 or 9657917. OLE color: 9657917.

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

Color convert

RGB6194147-
CMYK0.590.3600.42
HSL216.98º41.35%40.78%-
HSV(B)216.98º58.5%57.65%-
XYZ11.1911.129.16-
YUV90.18160.07107.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 94 (37.11% from 255) = 31.13%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=20.20%
G=31.13%
B=48.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61941470.590.3600.42216.9841.3540.78
Hex3D5E933B2402Ad92929
Octal7513622373440523315151
Binary111101101111010010011111011100100010101011011001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,94,147); }

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

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

 a { background-color: rgb(61,94,147); }

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

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

 span { border-color: rgb(61,94,147); }

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