#3D659E

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

Shades of Mariner #3D659E

Tints of Mariner #3D659E

Color information

#3D659E (or 0x3D659E) is unknown color: approx Mariner. HEX triplet: 3D, 65 and 9E. RGB value is (61,101,158). Sum of RGB (Red+Green+Blue) = 61+101+158=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D659E is #C29A61. Grayscale: #5F5F5F. Windows color (decimal): -12753506 or 10380605. OLE color: 10380605.

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

Color convert

RGB61101158-
CMYK0.610.3600.38
HSL215.26º44.29%42.94%-
HSV(B)215.26º61.39%61.96%-
XYZ12.7512.7734.14-
YUV95.54163.25103.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.06%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 158 (62.11% from 255) = 49.38%
R=19.06%
G=31.56%
B=49.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611011580.610.3600.38215.2644.2942.94
Hex3D659E3D24026d72c2b
Octal7514523675440463275453
Binary111101110010110011110111101100100010011011010111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,101,158); }

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

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

 a { background-color: rgb(61,101,158); }

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

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

 span { border-color: rgb(61,101,158); }

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