#3364AF

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

Shades of Mariner #3364AF

Tints of Mariner #3364AF

Color information

#3364AF (or 0x3364AF) is unknown color: approx Mariner. HEX triplet: 33, 64 and AF. RGB value is (51,100,175). Sum of RGB (Red+Green+Blue) = 51+100+175=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #3364AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3364AF is #CC9B50. Grayscale: #5D5D5D. Windows color (decimal): -13409105 or 11494451. OLE color: 11494451.

HSL color Cylindrical-coordinate representation of color #3364AF: hue angle of 216.29º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3364AF is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51100175-
CMYK0.710.4300.31
HSL216.29º54.87%44.31%-
HSV(B)216.29º70.86%68.63%-
XYZ13.6612.9142.33-
YUV93.9173.7797.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 175 (68.75% from 255) = 53.68%
R=15.64%
G=30.67%
B=53.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511001750.710.4300.31216.2954.8744.31
Hex3364AF472B01Fd8372c
Octal63144257107530373306754
Binary110011110010010101111100011110101101111111011000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3364AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3364AF; }

 p { color: rgb(51,100,175); }

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

<style>
 a { background-color: #3364AF; }

 a { background-color: rgb(51,100,175); }

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

<style>
 span { border-color: #3364AF; }

 span { border-color: rgb(51,100,175); }

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