#3D6193

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

Shades of Mariner #3D6193

Tints of Mariner #3D6193

Color information

#3D6193 (or 0x3D6193) is unknown color: approx Mariner. HEX triplet: 3D, 61 and 93. RGB value is (61,97,147). Sum of RGB (Red+Green+Blue) = 61+97+147=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D6193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6193 is #C29E6C. Grayscale: #5B5B5B. Windows color (decimal): -12754541 or 9658685. OLE color: 9658685.

HSL color Cylindrical-coordinate representation of color #3D6193: hue angle of 214.88º 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 #3D6193 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6197147-
CMYK0.590.3400.42
HSL214.88º41.35%40.78%-
HSV(B)214.88º58.5%57.65%-
XYZ11.4711.6529.25-
YUV91.94159.07105.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=20%
G=31.80%
B=48.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61971470.590.3400.42214.8841.3540.78
Hex3D61933B2202Ad72929
Octal7514122373420523275151
Binary111101110000110010011111011100010010101011010111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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