#3252A1

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

Shades of Mariner #3252A1

Tints of Mariner #3252A1

Color information

#3252A1 (or 0x3252A1) is unknown color: approx Mariner. HEX triplet: 32, 52 and A1. RGB value is (50,82,161). Sum of RGB (Red+Green+Blue) = 50+82+161=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #3252A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3252A1 is #CDAD5E. Grayscale: #515151. Windows color (decimal): -13479263 or 10572338. OLE color: 10572338.

HSL color Cylindrical-coordinate representation of color #3252A1: hue angle of 222.7º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3252A1 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5082161-
CMYK0.690.4900.37
HSL222.7º52.61%41.37%-
HSV(B)222.7º68.94%63.14%-
XYZ10.779.2934.94-
YUV81.44172.9105.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 161 (63.28% from 255) = 54.95%
R=17.06%
G=27.99%
B=54.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal50821610.690.4900.37222.752.6141.37
Hex3252A14531025df3529
Octal62122241105610453376551
Binary1100101010010101000011000101110001010010111011111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3252A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3252A1; }

 p { color: rgb(50,82,161); }

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

<style>
 a { background-color: #3252A1; }

 a { background-color: rgb(50,82,161); }

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

<style>
 span { border-color: #3252A1; }

 span { border-color: rgb(50,82,161); }

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