#3b60a9

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

Shades of Mariner #3B60A9

Tints of Mariner #3B60A9

Color information

#3B60A9 (or 0x3B60A9) is unknown color: approx Mariner. HEX triplet: 3B, 60 and A9. RGB value is (59,96,169). Sum of RGB (Red+Green+Blue) = 59+96+169=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 169 (66.41% from 255 or 52.16% from 324); Max value from RGB is 169 - color contains mainly: blue. Hex color #3B60A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B60A9 is #C49F56. Grayscale: #5C5C5C. Windows color (decimal): -12885847 or 11100219. OLE color: 11100219.

HSL color Cylindrical-coordinate representation of color #3B60A9: hue angle of 219.82º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B60A9 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5996169-
CMYK0.650.4300.34
HSL219.82º48.25%44.71%-
HSV(B)219.82º65.09%66.27%-
XYZ13.1512.1639.19-
YUV93.26170.74103.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.21%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 169 (66.41% from 255) = 52.16%
R=18.21%
G=29.63%
B=52.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal59961690.650.4300.34219.8248.2544.71
Hex3B60A9412B022dc302d
Octal73140251101530423346055
Binary1110111100000101010011000001101011010001011011100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b60a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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