#3B6AB0

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

Shades of Mariner #3B6AB0

Tints of Mariner #3B6AB0

Color information

#3B6AB0 (or 0x3B6AB0) is unknown color: approx Mariner. HEX triplet: 3B, 6A and B0. RGB value is (59,106,176). Sum of RGB (Red+Green+Blue) = 59+106+176=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #3B6AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6AB0 is #C4954F. Grayscale: #636363. Windows color (decimal): -12883280 or 11561531. OLE color: 11561531.

HSL color Cylindrical-coordinate representation of color #3B6AB0: hue angle of 215.9º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B6AB0 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB59106176-
CMYK0.660.4000.31
HSL215.9º49.79%46.08%-
HSV(B)215.9º66.48%69.02%-
XYZ14.7914.3743.07-
YUV99.93170.9398.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.30%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 176 (69.14% from 255) = 51.61%
R=17.30%
G=31.09%
B=51.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591061760.660.4000.31215.949.7946.08
Hex3B6AB0422801Fd8322e
Octal73152260102500373306256
Binary111011110101010110000100001010100001111111011000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,106,176); }

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

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

 a { background-color: rgb(59,106,176); }

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

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

 span { border-color: rgb(59,106,176); }

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