#3D6CA6

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

Shades of Mariner #3D6CA6

Tints of Mariner #3D6CA6

Color information

#3D6CA6 (or 0x3D6CA6) is unknown color: approx Mariner. HEX triplet: 3D, 6C and A6. RGB value is (61,108,166). Sum of RGB (Red+Green+Blue) = 61+108+166=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 166 - color contains mainly: blue. Hex color #3D6CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6CA6 is #C29359. Grayscale: #646464. Windows color (decimal): -12751706 or 10906685. OLE color: 10906685.

HSL color Cylindrical-coordinate representation of color #3D6CA6: hue angle of 213.14º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D6CA6 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB61108166-
CMYK0.630.3500.35
HSL213.14º46.26%44.51%-
HSV(B)213.14º63.25%65.1%-
XYZ14.1714.4738.12-
YUV100.56164.9399.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.21%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 166 (65.23% from 255) = 49.55%
R=18.21%
G=32.24%
B=49.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal611081660.630.3500.35213.1446.2644.51
Hex3D6CA63F23023d52e2d
Octal7515424677430433255655
Binary111101110110010100110111111100011010001111010101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,108,166); }

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

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

 a { background-color: rgb(61,108,166); }

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

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

 span { border-color: rgb(61,108,166); }

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