#3D6A9B

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

Shades of Mariner #3D6A9B

Tints of Mariner #3D6A9B

Color information

#3D6A9B (or 0x3D6A9B) is unknown color: approx Mariner. HEX triplet: 3D, 6A and 9B. RGB value is (61,106,155). Sum of RGB (Red+Green+Blue) = 61+106+155=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D6A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6A9B is #C29564. Grayscale: #616161. Windows color (decimal): -12752229 or 10185277. OLE color: 10185277.

HSL color Cylindrical-coordinate representation of color #3D6A9B: hue angle of 211.28º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D6A9B is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB61106155-
CMYK0.610.3200.39
HSL211.28º43.52%42.35%-
HSV(B)211.28º60.65%60.78%-
XYZ12.9913.6732.96-
YUV98.13160.09101.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=18.94%
G=32.92%
B=48.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611061550.610.3200.39211.2843.5242.35
Hex3D6A9B3D20027d32c2a
Octal7515223375400473235452
Binary111101110101010011011111101100000010011111010011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,106,155); }

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

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

 a { background-color: rgb(61,106,155); }

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

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

 span { border-color: rgb(61,106,155); }

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