#3240A6

Color #3240A6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3240A6

Tints of Persian Blue #3240A6

Color information

#3240A6 (or 0x3240A6) is unknown color: approx Persian Blue. HEX triplet: 32, 40 and A6. RGB value is (50,64,166). Sum of RGB (Red+Green+Blue) = 50+64+166=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 166 (65.23% from 255 or 59.29% from 280); Max value from RGB is 166 - color contains mainly: blue. Hex color #3240A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3240A6 is #CDBF59. Grayscale: #474747. Windows color (decimal): -13483866 or 10895410. OLE color: 10895410.

HSL color Cylindrical-coordinate representation of color #3240A6: hue angle of 232.76º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3240A6 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5064166-
CMYK0.700.6100.35
HSL232.76º53.7%42.35%-
HSV(B)232.76º69.88%65.1%-
XYZ10.037.136.92-
YUV71.44181.36112.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 166 (65.23% from 255) = 59.29%
R=17.86%
G=22.86%
B=59.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal50641660.700.6100.35232.7653.742.35
Hex3240A6463D023e9362a
Octal62100246106750433516652
Binary1100101000000101001101000110111101010001111101001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3240A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3240A6; }

 p { color: rgb(50,64,166); }

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

<style>
 a { background-color: #3240A6; }

 a { background-color: rgb(50,64,166); }

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

<style>
 span { border-color: #3240A6; }

 span { border-color: rgb(50,64,166); }

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