#3362AA

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

Shades of Mariner #3362AA

Tints of Mariner #3362AA

Color information

#3362AA (or 0x3362AA) is unknown color: approx Mariner. HEX triplet: 33, 62 and AA. RGB value is (51,98,170). Sum of RGB (Red+Green+Blue) = 51+98+170=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #3362AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3362AA is #CC9D55. Grayscale: #5B5B5B. Windows color (decimal): -13409622 or 11166259. OLE color: 11166259.

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

Color convert

RGB5198170-
CMYK0.70.4200.33
HSL216.3º53.85%43.33%-
HSV(B)216.3º70%66.67%-
XYZ12.9912.3439.73-
YUV92.15171.9398.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=15.99%
G=30.72%
B=53.29%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51981700.70.4200.33216.353.8543.33
Hex3362AA462A021d8362b
Octal63142252106520413306653
Binary1100111100010101010101000110101010010000111011000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3362AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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