#3361AB

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

Shades of Mariner #3361AB

Tints of Mariner #3361AB

Color information

#3361AB (or 0x3361AB) is unknown color: approx Mariner. HEX triplet: 33, 61 and AB. RGB value is (51,97,171). Sum of RGB (Red+Green+Blue) = 51+97+171=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #3361AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3361AB is #CC9E54. Grayscale: #5B5B5B. Windows color (decimal): -13409877 or 11231539. OLE color: 11231539.

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

Color convert

RGB5197171-
CMYK0.700.4300.33
HSL217º54.05%43.53%-
HSV(B)217º70.18%67.06%-
XYZ12.9912.1940.2-
YUV91.68172.7698.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=15.99%
G=30.41%
B=53.61%

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
Decimal51971710.700.4300.3321754.0543.53
Hex3361AB462B021d9362c
Octal63141253106530413316654
Binary1100111100001101010111000110101011010000111011001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3361AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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