#3D6392

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

Shades of Mariner #3D6392

Tints of Mariner #3D6392

Color information

#3D6392 (or 0x3D6392) is unknown color: approx Mariner. HEX triplet: 3D, 63 and 92. RGB value is (61,99,146). Sum of RGB (Red+Green+Blue) = 61+99+146=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D6392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6392 is #C29C6D. Grayscale: #5C5C5C. Windows color (decimal): -12754030 or 9593661. OLE color: 9593661.

HSL color Cylindrical-coordinate representation of color #3D6392: hue angle of 213.18º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D6392 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6199146-
CMYK0.580.3200.43
HSL213.18º41.06%40.59%-
HSV(B)213.18º58.22%57.25%-
XYZ11.5711.9928.9-
YUV93157.91105.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.93%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=19.93%
G=32.35%
B=47.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61991460.580.3200.43213.1841.0640.59
Hex3D63923A2002Bd52929
Octal7514322272400533255151
Binary111101110001110010010111010100000010101111010101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,99,146); }

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

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

 a { background-color: rgb(61,99,146); }

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

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

 span { border-color: rgb(61,99,146); }

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