#3362AB

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

Shades of Mariner #3362AB

Tints of Mariner #3362AB

Color information

#3362AB (or 0x3362AB) is unknown color: approx Mariner. HEX triplet: 33, 62 and AB. RGB value is (51,98,171). Sum of RGB (Red+Green+Blue) = 51+98+171=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #3362AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3362AB is #CC9D54. Grayscale: #5B5B5B. Windows color (decimal): -13409621 or 11231795. OLE color: 11231795.

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

Color convert

RGB5198171-
CMYK0.700.4300.33
HSL216.5º54.05%43.53%-
HSV(B)216.5º70.18%67.06%-
XYZ13.0812.3840.23-
YUV92.27172.4398.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=15.94%
G=30.62%
B=53.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51981710.700.4300.33216.554.0543.53
Hex3362AB462B021d8362c
Octal63142253106530413306654
Binary1100111100010101010111000110101011010000111011000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3362AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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