#3360AB

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

Shades of Mariner #3360AB

Tints of Mariner #3360AB

Color information

#3360AB (or 0x3360AB) is unknown color: approx Mariner. HEX triplet: 33, 60 and AB. RGB value is (51,96,171). Sum of RGB (Red+Green+Blue) = 51+96+171=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #3360AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3360AB is #CC9F54. Grayscale: #5A5A5A. Windows color (decimal): -13410133 or 11231283. OLE color: 11231283.

HSL color Cylindrical-coordinate representation of color #3360AB: hue angle of 217.5º 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 #3360AB is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5196171-
CMYK0.700.4400.33
HSL217.5º54.05%43.53%-
HSV(B)217.5º70.18%67.06%-
XYZ12.912.0140.17-
YUV91.1173.0999.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 171 (67.19% from 255) = 53.77%
R=16.04%
G=30.19%
B=53.77%

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
Decimal51961710.700.4400.33217.554.0543.53
Hex3360AB462C021da362c
Octal63140253106540413326654
Binary1100111100000101010111000110101100010000111011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3360AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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