#3653A2

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

Shades of Mariner #3653A2

Tints of Mariner #3653A2

Color information

#3653A2 (or 0x3653A2) is unknown color: approx Mariner. HEX triplet: 36, 53 and A2. RGB value is (54,83,162). Sum of RGB (Red+Green+Blue) = 54+83+162=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 162 (63.67% from 255 or 54.18% from 299); Max value from RGB is 162 - color contains mainly: blue. Hex color #3653A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3653A2 is #C9AC5D. Grayscale: #525252. Windows color (decimal): -13216862 or 10638134. OLE color: 10638134.

HSL color Cylindrical-coordinate representation of color #3653A2: hue angle of 223.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3653A2 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5483162-
CMYK0.670.4900.36
HSL223.89º50%42.35%-
HSV(B)223.89º66.67%63.53%-
XYZ11.149.5835.44-
YUV83.34172.39107.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 162 (63.67% from 255) = 54.18%
R=18.06%
G=27.76%
B=54.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54831620.670.4900.36223.895042.35
Hex3653A24331024e0322a
Octal66123242103610443406252
Binary1101101010011101000101000011110001010010011100000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3653A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3653A2; }

 p { color: rgb(54,83,162); }

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

<style>
 a { background-color: #3653A2; }

 a { background-color: rgb(54,83,162); }

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

<style>
 span { border-color: #3653A2; }

 span { border-color: rgb(54,83,162); }

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