#3661AD

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

Shades of Mariner #3661AD

Tints of Mariner #3661AD

Color information

#3661AD (or 0x3661AD) is unknown color: approx Mariner. HEX triplet: 36, 61 and AD. RGB value is (54,97,173). Sum of RGB (Red+Green+Blue) = 54+97+173=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #3661AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3661AD is #C99E52. Grayscale: #5C5C5C. Windows color (decimal): -13213267 or 11362614. OLE color: 11362614.

HSL color Cylindrical-coordinate representation of color #3661AD: hue angle of 218.32º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3661AD is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5497173-
CMYK0.690.4400.32
HSL218.32º52.42%44.51%-
HSV(B)218.32º68.79%67.84%-
XYZ13.3412.3541.22-
YUV92.81173.25100.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 173 (67.97% from 255) = 53.40%
R=16.67%
G=29.94%
B=53.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54971730.690.4400.32218.3252.4244.51
Hex3661AD452C020da342d
Octal66141255105540403326455
Binary1101101100001101011011000101101100010000011011010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3661AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3661AD; }

 p { color: rgb(54,97,173); }

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

<style>
 a { background-color: #3661AD; }

 a { background-color: rgb(54,97,173); }

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

<style>
 span { border-color: #3661AD; }

 span { border-color: rgb(54,97,173); }

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