#3240A7

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

Shades of Persian Blue #3240A7

Tints of Persian Blue #3240A7

Color information

#3240A7 (or 0x3240A7) is unknown color: approx Persian Blue. HEX triplet: 32, 40 and A7. RGB value is (50,64,167). Sum of RGB (Red+Green+Blue) = 50+64+167=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 167 (65.62% from 255 or 59.43% from 281); Max value from RGB is 167 - color contains mainly: blue. Hex color #3240A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3240A7 is #CDBF58. Grayscale: #474747. Windows color (decimal): -13483865 or 10960946. OLE color: 10960946.

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

Color convert

RGB5064167-
CMYK0.700.6200.35
HSL232.82º53.92%42.55%-
HSV(B)232.82º70.06%65.49%-
XYZ10.127.1337.4-
YUV71.56181.86112.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 167 (65.62% from 255) = 59.43%
R=17.79%
G=22.78%
B=59.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal50641670.700.6200.35232.8253.9242.55
Hex3240A7463E023e9362b
Octal62100247106760433516653
Binary1100101000000101001111000110111110010001111101001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3240A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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