#3252A0

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

Shades of Mariner #3252A0

Tints of Mariner #3252A0

Color information

#3252A0 (or 0x3252A0) is unknown color: approx Mariner. HEX triplet: 32, 52 and A0. RGB value is (50,82,160). Sum of RGB (Red+Green+Blue) = 50+82+160=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 160 (62.89% from 255 or 54.79% from 292); Max value from RGB is 160 - color contains mainly: blue. Hex color #3252A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3252A0 is #CDAD5F. Grayscale: #505050. Windows color (decimal): -13479264 or 10506802. OLE color: 10506802.

HSL color Cylindrical-coordinate representation of color #3252A0: hue angle of 222.55º degrees, saturation: 0.52, 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 #3252A0 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5082160-
CMYK0.690.4900.37
HSL222.55º52.38%41.18%-
HSV(B)222.55º68.75%62.75%-
XYZ10.689.2534.48-
YUV81.32172.4105.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 160 (62.89% from 255) = 54.79%
R=17.12%
G=28.08%
B=54.79%

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
Decimal50821600.690.4900.37222.5552.3841.18
Hex3252A04531025df3429
Octal62122240105610453376451
Binary1100101010010101000001000101110001010010111011111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3252A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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