#3D5B9D

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

Shades of Mariner #3D5B9D

Tints of Mariner #3D5B9D

Color information

#3D5B9D (or 0x3D5B9D) is unknown color: approx Mariner. HEX triplet: 3D, 5B and 9D. RGB value is (61,91,157). Sum of RGB (Red+Green+Blue) = 61+91+157=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D5B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5B9D is #C2A462. Grayscale: #595959. Windows color (decimal): -12756067 or 10312509. OLE color: 10312509.

HSL color Cylindrical-coordinate representation of color #3D5B9D: hue angle of 221.25º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D5B9D is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6191157-
CMYK0.610.4200.38
HSL221.25º44.04%42.75%-
HSV(B)221.25º61.15%61.57%-
XYZ11.7510.9133.38-
YUV89.55166.06107.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.74%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 157 (61.72% from 255) = 50.81%
R=19.74%
G=29.45%
B=50.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61911570.610.4200.38221.2544.0442.75
Hex3D5B9D3D2A026dd2c2b
Octal7513323575520463355453
Binary111101101101110011101111101101010010011011011101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,91,157); }

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

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

 a { background-color: rgb(61,91,157); }

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

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

 span { border-color: rgb(61,91,157); }

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