#3D649B

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

Shades of Mariner #3D649B

Tints of Mariner #3D649B

Color information

#3D649B (or 0x3D649B) is unknown color: approx Mariner. HEX triplet: 3D, 64 and 9B. RGB value is (61,100,155). Sum of RGB (Red+Green+Blue) = 61+100+155=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D649B is #C29B64. Grayscale: #5E5E5E. Windows color (decimal): -12753765 or 10183741. OLE color: 10183741.

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

Color convert

RGB61100155-
CMYK0.610.3500.39
HSL215.11º43.52%42.35%-
HSV(B)215.11º60.65%60.78%-
XYZ12.412.4732.76-
YUV94.61162.08104.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.30%
GREEN value IS 100 (39.45% from 255) = 31.65%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=19.30%
G=31.65%
B=49.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611001550.610.3500.39215.1143.5242.35
Hex3D649B3D23027d72c2a
Octal7514423375430473275452
Binary111101110010010011011111101100011010011111010111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,100,155); }

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

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

 a { background-color: rgb(61,100,155); }

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

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

 span { border-color: rgb(61,100,155); }

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