#3360A9

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

Shades of Mariner #3360A9

Tints of Mariner #3360A9

Color information

#3360A9 (or 0x3360A9) is unknown color: approx Mariner. HEX triplet: 33, 60 and A9. RGB value is (51,96,169). Sum of RGB (Red+Green+Blue) = 51+96+169=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 169 (66.41% from 255 or 53.48% from 316); Max value from RGB is 169 - color contains mainly: blue. Hex color #3360A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3360A9 is #CC9F56. Grayscale: #5A5A5A. Windows color (decimal): -13410135 or 11100211. OLE color: 11100211.

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

Color convert

RGB5196169-
CMYK0.700.4300.34
HSL217.12º53.64%43.14%-
HSV(B)217.12º69.82%66.27%-
XYZ12.7111.9339.17-
YUV90.87172.0999.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.14%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 169 (66.41% from 255) = 53.48%
R=16.14%
G=30.38%
B=53.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51961690.700.4300.34217.1253.6443.14
Hex3360A9462B022d9362b
Octal63140251106530423316653
Binary1100111100000101010011000110101011010001011011001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3360A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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