#3655A0

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

Shades of Mariner #3655A0

Tints of Mariner #3655A0

Color information

#3655A0 (or 0x3655A0) is unknown color: approx Mariner. HEX triplet: 36, 55 and A0. RGB value is (54,85,160). Sum of RGB (Red+Green+Blue) = 54+85+160=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #3655A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3655A0 is #C9AA5F. Grayscale: #535353. Windows color (decimal): -13216352 or 10507574. OLE color: 10507574.

HSL color Cylindrical-coordinate representation of color #3655A0: hue angle of 222.45º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3655A0 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5485160-
CMYK0.660.4700.37
HSL222.45º49.53%41.96%-
HSV(B)222.45º66.25%62.75%-
XYZ11.119.8234.57-
YUV84.28170.73106.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 160 (62.89% from 255) = 53.51%
R=18.06%
G=28.43%
B=53.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54851600.660.4700.37222.4549.5341.96
Hex3655A0422F025de322a
Octal66125240102570453366252
Binary1101101010101101000001000010101111010010111011110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3655A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3655A0; }

 p { color: rgb(54,85,160); }

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

<style>
 a { background-color: #3655A0; }

 a { background-color: rgb(54,85,160); }

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

<style>
 span { border-color: #3655A0; }

 span { border-color: rgb(54,85,160); }

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