#3D6893

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

Shades of Mariner #3D6893

Tints of Mariner #3D6893

Color information

#3D6893 (or 0x3D6893) is unknown color: approx Mariner. HEX triplet: 3D, 68 and 93. RGB value is (61,104,147). Sum of RGB (Red+Green+Blue) = 61+104+147=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D6893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6893 is #C2976C. Grayscale: #5F5F5F. Windows color (decimal): -12752749 or 9660477. OLE color: 9660477.

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

Color convert

RGB61104147-
CMYK0.590.2900.42
HSL210º41.35%40.78%-
HSV(B)210º58.5%57.65%-
XYZ12.141329.47-
YUV96.04156.75103-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.55%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=19.55%
G=33.33%
B=47.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611041470.590.2900.4221041.3540.78
Hex3D68933B1D02Ad22929
Octal7515022373350523225151
Binary11110111010001001001111101111101010101011010010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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