#2521AB

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

Shades of Persian Blue #2521AB

Tints of Persian Blue #2521AB

Color information

#2521AB (or 0x2521AB) is unknown color: approx Persian Blue. HEX triplet: 25, 21 and AB. RGB value is (37,33,171). Sum of RGB (Red+Green+Blue) = 37+33+171=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #2521AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2521AB is #DADE54. Grayscale: #313131. Windows color (decimal): -14343765 or 11215141. OLE color: 11215141.

HSL color Cylindrical-coordinate representation of color #2521AB: hue angle of 241.74º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2521AB is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3733171-
CMYK0.780.8100.33
HSL241.74º67.65%40%-
HSV(B)241.74º80.7%67.06%-
XYZ8.664.4238.93-
YUV49.93196.33118.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.35%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 171 (67.19% from 255) = 70.95%
R=15.35%
G=13.69%
B=70.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37331710.780.8100.33241.7467.6540
Hex2521AB4E51021f24428
Octal454125311612104136210450
Binary10010110000110101011100111010100010100001111100101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2521AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2521AB; }

 p { color: rgb(37,33,171); }

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

<style>
 a { background-color: #2521AB; }

 a { background-color: rgb(37,33,171); }

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

<style>
 span { border-color: #2521AB; }

 span { border-color: rgb(37,33,171); }

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