#3D5AA6

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

Shades of Mariner #3D5AA6

Tints of Mariner #3D5AA6

Color information

#3D5AA6 (or 0x3D5AA6) is unknown color: approx Mariner. HEX triplet: 3D, 5A and A6. RGB value is (61,90,166). Sum of RGB (Red+Green+Blue) = 61+90+166=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 166 (65.23% from 255 or 52.37% from 317); Max value from RGB is 166 - color contains mainly: blue. Hex color #3D5AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5AA6 is #C2A559. Grayscale: #595959. Windows color (decimal): -12756314 or 10902077. OLE color: 10902077.

HSL color Cylindrical-coordinate representation of color #3D5AA6: hue angle of 223.43º 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 #3D5AA6 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6190166-
CMYK0.630.4600.35
HSL223.43º46.26%44.51%-
HSV(B)223.43º63.25%65.1%-
XYZ12.4611.0637.55-
YUV89.99170.89107.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.24%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 166 (65.23% from 255) = 52.37%
R=19.24%
G=28.39%
B=52.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61901660.630.4600.35223.4346.2644.51
Hex3D5AA63F2E023df2e2d
Octal7513224677560433375655
Binary111101101101010100110111111101110010001111011111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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