#3652A4

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

Shades of Mariner #3652A4

Tints of Mariner #3652A4

Color information

#3652A4 (or 0x3652A4) is unknown color: approx Mariner. HEX triplet: 36, 52 and A4. RGB value is (54,82,164). Sum of RGB (Red+Green+Blue) = 54+82+164=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #3652A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3652A4 is #C9AD5B. Grayscale: #525252. Windows color (decimal): -13217116 or 10768950. OLE color: 10768950.

HSL color Cylindrical-coordinate representation of color #3652A4: hue angle of 224.73º 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 #3652A4 is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5482164-
CMYK0.670.500.36
HSL224.73º50.46%42.75%-
HSV(B)224.73º67.07%64.31%-
XYZ11.249.536.36-
YUV82.98173.72107.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 164 (64.45% from 255) = 54.67%
R=18%
G=27.33%
B=54.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54821640.670.500.36224.7350.4642.75
Hex3652A44332024e1322b
Octal66122244103620443416253
Binary1101101010010101001001000011110010010010011100001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3652A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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