#3252A4

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

Shades of Mariner #3252A4

Tints of Mariner #3252A4

Color information

#3252A4 (or 0x3252A4) is unknown color: approx Mariner. HEX triplet: 32, 52 and A4. RGB value is (50,82,164). Sum of RGB (Red+Green+Blue) = 50+82+164=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 164 (64.45% from 255 or 55.41% from 296); Max value from RGB is 164 - color contains mainly: blue. Hex color #3252A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3252A4 is #CDAD5B. Grayscale: #515151. Windows color (decimal): -13479260 or 10768946. OLE color: 10768946.

HSL color Cylindrical-coordinate representation of color #3252A4: hue angle of 223.16º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3252A4 is Cyan = 0.70, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5082164-
CMYK0.700.500.36
HSL223.16º53.27%41.96%-
HSV(B)223.16º69.51%64.31%-
XYZ11.039.3936.35-
YUV81.78174.4105.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 164 (64.45% from 255) = 55.41%
R=16.89%
G=27.70%
B=55.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50821640.700.500.36223.1653.2741.96
Hex3252A44632024df352a
Octal62122244106620443376552
Binary1100101010010101001001000110110010010010011011111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3252A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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