#2522AB

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

Shades of Persian Blue #2522AB

Tints of Persian Blue #2522AB

Color information

#2522AB (or 0x2522AB) is unknown color: approx Persian Blue. HEX triplet: 25, 22 and AB. RGB value is (37,34,171). Sum of RGB (Red+Green+Blue) = 37+34+171=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #2522AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2522AB is #DADD54. Grayscale: #313131. Windows color (decimal): -14343509 or 11215397. OLE color: 11215397.

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

Color convert

RGB3734171-
CMYK0.780.8000.33
HSL241.31º66.83%40.2%-
HSV(B)241.31º80.12%67.06%-
XYZ8.694.4838.93-
YUV50.52195.99118.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 34 (13.67% from 255) = 14.05%
BLUE value IS 171 (67.19% from 255) = 70.66%
R=15.29%
G=14.05%
B=70.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37341710.780.8000.33241.3166.8340.2
Hex2522AB4E50021f14328
Octal454225311612004136110350
Binary10010110001010101011100111010100000100001111100011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2522AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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