#3660A9

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

Shades of Mariner #3660A9

Tints of Mariner #3660A9

Color information

#3660A9 (or 0x3660A9) is unknown color: approx Mariner. HEX triplet: 36, 60 and A9. RGB value is (54,96,169). Sum of RGB (Red+Green+Blue) = 54+96+169=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #3660A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3660A9 is #C99F56. Grayscale: #5B5B5B. Windows color (decimal): -13213527 or 11100214. OLE color: 11100214.

HSL color Cylindrical-coordinate representation of color #3660A9: hue angle of 218.09º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3660A9 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5496169-
CMYK0.680.4300.34
HSL218.09º51.57%43.73%-
HSV(B)218.09º68.05%66.27%-
XYZ12.8712.0139.18-
YUV91.76171.59101.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 169 (66.41% from 255) = 52.98%
R=16.93%
G=30.09%
B=52.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal54961690.680.4300.34218.0951.5743.73
Hex3660A9442B022da342c
Octal66140251104530423326454
Binary1101101100000101010011000100101011010001011011010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3660A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3660A9; }

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

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

<style>
 a { background-color: #3660A9; }

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

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

<style>
 span { border-color: #3660A9; }

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

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