#3652A3

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

Shades of Mariner #3652A3

Tints of Mariner #3652A3

Color information

#3652A3 (or 0x3652A3) is unknown color: approx Mariner. HEX triplet: 36, 52 and A3. RGB value is (54,82,163). Sum of RGB (Red+Green+Blue) = 54+82+163=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 163 (64.06% from 255 or 54.52% from 299); Max value from RGB is 163 - color contains mainly: blue. Hex color #3652A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3652A3 is #C9AD5C. Grayscale: #525252. Windows color (decimal): -13217117 or 10703414. OLE color: 10703414.

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

Color convert

RGB5482163-
CMYK0.670.5000.36
HSL224.59º50.23%42.55%-
HSV(B)224.59º66.87%63.92%-
XYZ11.159.4635.89-
YUV82.86173.22107.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 163 (64.06% from 255) = 54.52%
R=18.06%
G=27.42%
B=54.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54821630.670.5000.36224.5950.2342.55
Hex3652A34332024e1322b
Octal66122243103620443416253
Binary1101101010010101000111000011110010010010011100001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3652A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3652A3; }

 p { color: rgb(54,82,163); }

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

<style>
 a { background-color: #3652A3; }

 a { background-color: rgb(54,82,163); }

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

<style>
 span { border-color: #3652A3; }

 span { border-color: rgb(54,82,163); }

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