#3664A5

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

Shades of Mariner #3664A5

Tints of Mariner #3664A5

Color information

#3664A5 (or 0x3664A5) is unknown color: approx Mariner. HEX triplet: 36, 64 and A5. RGB value is (54,100,165). Sum of RGB (Red+Green+Blue) = 54+100+165=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #3664A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3664A5 is #C99B5A. Grayscale: #5D5D5D. Windows color (decimal): -13212507 or 10839094. OLE color: 10839094.

HSL color Cylindrical-coordinate representation of color #3664A5: hue angle of 215.14º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3664A5 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB54100165-
CMYK0.670.3900.35
HSL215.14º50.68%42.94%-
HSV(B)215.14º67.27%64.71%-
XYZ12.8712.6237.35-
YUV93.66168.2699.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 100 (39.45% from 255) = 31.35%
BLUE value IS 165 (64.84% from 255) = 51.72%
R=16.93%
G=31.35%
B=51.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal541001650.670.3900.35215.1450.6842.94
Hex3664A54327023d7332b
Octal66144245103470433276353
Binary1101101100100101001011000011100111010001111010111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3664A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3664A5; }

 p { color: rgb(54,100,165); }

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

<style>
 a { background-color: #3664A5; }

 a { background-color: rgb(54,100,165); }

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

<style>
 span { border-color: #3664A5; }

 span { border-color: rgb(54,100,165); }

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