#3D6AB9

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

Shades of Mariner #3D6AB9

Tints of Mariner #3D6AB9

Color information

#3D6AB9 (or 0x3D6AB9) is unknown color: approx Mariner. HEX triplet: 3D, 6A and B9. RGB value is (61,106,185). Sum of RGB (Red+Green+Blue) = 61+106+185=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #3D6AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6AB9 is #C29546. Grayscale: #656565. Windows color (decimal): -12752199 or 12151357. OLE color: 12151357.

HSL color Cylindrical-coordinate representation of color #3D6AB9: hue angle of 218.23º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D6AB9 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB61106185-
CMYK0.670.4300.27
HSL218.23º50.41%48.24%-
HSV(B)218.23º67.03%72.55%-
XYZ15.8414.847.92-
YUV101.55175.0999.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.33%
GREEN value IS 106 (41.80% from 255) = 30.11%
BLUE value IS 185 (72.66% from 255) = 52.56%
R=17.33%
G=30.11%
B=52.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal611061850.670.4300.27218.2350.4148.24
Hex3D6AB9432B01Bda3230
Octal75152271103530333326260
Binary111101110101010111001100001110101101101111011010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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