#3D5E8E

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

Shades of Mariner #3D5E8E

Tints of Mariner #3D5E8E

Color information

#3D5E8E (or 0x3D5E8E) is unknown color: approx Mariner. HEX triplet: 3D, 5E and 8E. RGB value is (61,94,142). Sum of RGB (Red+Green+Blue) = 61+94+142=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D5E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5E8E is #C2A171. Grayscale: #595959. Windows color (decimal): -12755314 or 9330237. OLE color: 9330237.

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

Color convert

RGB6194142-
CMYK0.570.3400.44
HSL215.56º39.9%39.8%-
HSV(B)215.56º57.04%55.69%-
XYZ10.8110.9527.14-
YUV89.6157.57107.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=20.54%
G=31.65%
B=47.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61941420.570.3400.44215.5639.939.8
Hex3D5E8E392202Cd82828
Octal7513621671420543305050
Binary111101101111010001110111001100010010110011011000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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