#3360AC

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

Shades of Mariner #3360AC

Tints of Mariner #3360AC

Color information

#3360AC (or 0x3360AC) is unknown color: approx Mariner. HEX triplet: 33, 60 and AC. RGB value is (51,96,172). Sum of RGB (Red+Green+Blue) = 51+96+172=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #3360AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3360AC is #CC9F53. Grayscale: #5A5A5A. Windows color (decimal): -13410132 or 11296819. OLE color: 11296819.

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

Color convert

RGB5196172-
CMYK0.700.4400.33
HSL217.69º54.26%43.73%-
HSV(B)217.69º70.35%67.45%-
XYZ12.9912.0540.67-
YUV91.21173.5999.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 172 (67.58% from 255) = 53.92%
R=15.99%
G=30.09%
B=53.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51961720.700.4400.33217.6954.2643.73
Hex3360AC462C021da362c
Octal63140254106540413326654
Binary1100111100000101011001000110101100010000111011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3360AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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