#3240ac

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

Shades of Persian Blue #3240AC

Tints of Persian Blue #3240AC

Color information

#3240AC (or 0x3240AC) is unknown color: approx Persian Blue. HEX triplet: 32, 40 and AC. RGB value is (50,64,172). Sum of RGB (Red+Green+Blue) = 50+64+172=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #3240AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3240AC is #CDBF53. Grayscale: #474747. Windows color (decimal): -13483860 or 11288626. OLE color: 11288626.

HSL color Cylindrical-coordinate representation of color #3240AC: hue angle of 233.11º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3240AC is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5064172-
CMYK0.710.6300.33
HSL233.11º54.95%43.53%-
HSV(B)233.11º70.93%67.45%-
XYZ10.67.3239.88-
YUV72.13184.36112.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.48%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 172 (67.58% from 255) = 60.14%
R=17.48%
G=22.38%
B=60.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50641720.710.6300.33233.1154.9543.53
Hex3240AC473F021e9372c
Octal62100254107770413516754
Binary1100101000000101011001000111111111010000111101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3240ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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