#2520C0

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

Shades of Persian Blue #2520C0

Tints of Persian Blue #2520C0

Color information

#2520C0 (or 0x2520C0) is unknown color: approx Persian Blue. HEX triplet: 25, 20 and C0. RGB value is (37,32,192). Sum of RGB (Red+Green+Blue) = 37+32+192=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 192 (75.39% from 255 or 73.56% from 261); Max value from RGB is 192 - color contains mainly: blue. Hex color #2520C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2520C0 is #DADF3F. Grayscale: #333333. Windows color (decimal): -14344000 or 12591141. OLE color: 12591141.

HSL color Cylindrical-coordinate representation of color #2520C0: hue angle of 241.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2520C0 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3732192-
CMYK0.810.8300.25
HSL241.88º71.43%43.92%-
HSV(B)241.88º83.33%75.29%-
XYZ10.795.2350.31-
YUV51.74207.16117.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 192 (75.39% from 255) = 73.56%
R=14.18%
G=12.26%
B=73.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37321920.810.8300.25241.8871.4343.92
Hex2520C05153019f2472c
Octal454030012112303136210754
Binary1001011000001100000010100011010011011001111100101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2520C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2520C0; }

 p { color: rgb(37,32,192); }

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

<style>
 a { background-color: #2520C0; }

 a { background-color: rgb(37,32,192); }

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

<style>
 span { border-color: #2520C0; }

 span { border-color: rgb(37,32,192); }

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