#3D6293

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

Shades of Mariner #3D6293

Tints of Mariner #3D6293

Color information

#3D6293 (or 0x3D6293) is unknown color: approx Mariner. HEX triplet: 3D, 62 and 93. RGB value is (61,98,147). Sum of RGB (Red+Green+Blue) = 61+98+147=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D6293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6293 is #C29D6C. Grayscale: #5C5C5C. Windows color (decimal): -12754285 or 9658941. OLE color: 9658941.

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

Color convert

RGB6198147-
CMYK0.590.3300.42
HSL214.19º41.35%40.78%-
HSV(B)214.19º58.5%57.65%-
XYZ11.5611.8329.28-
YUV92.52158.74105.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.93%
GREEN value IS 98 (38.67% from 255) = 32.03%
BLUE value IS 147 (57.81% from 255) = 48.04%
R=19.93%
G=32.03%
B=48.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61981470.590.3300.42214.1941.3540.78
Hex3D62933B2102Ad62929
Octal7514222373410523265151
Binary111101110001010010011111011100001010101011010110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,98,147); }

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

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

 a { background-color: rgb(61,98,147); }

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

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

 span { border-color: rgb(61,98,147); }

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