#3B60AB

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

Shades of Mariner #3B60AB

Tints of Mariner #3B60AB

Color information

#3B60AB (or 0x3B60AB) is unknown color: approx Mariner. HEX triplet: 3B, 60 and AB. RGB value is (59,96,171). Sum of RGB (Red+Green+Blue) = 59+96+171=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B60AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B60AB is #C49F54. Grayscale: #5D5D5D. Windows color (decimal): -12885845 or 11231291. OLE color: 11231291.

HSL color Cylindrical-coordinate representation of color #3B60AB: hue angle of 220.18º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B60AB is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5996171-
CMYK0.650.4400.33
HSL220.18º48.7%45.1%-
HSV(B)220.18º65.5%67.06%-
XYZ13.3412.2440.19-
YUV93.49171.74103.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 171 (67.19% from 255) = 52.45%
R=18.10%
G=29.45%
B=52.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59961710.650.4400.33220.1848.745.1
Hex3B60AB412C021dc312d
Octal73140253101540413346155
Binary1110111100000101010111000001101100010000111011100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,96,171); }

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

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

 a { background-color: rgb(59,96,171); }

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

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

 span { border-color: rgb(59,96,171); }

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