#2529AA

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

Shades of Persian Blue #2529AA

Tints of Persian Blue #2529AA

Color information

#2529AA (or 0x2529AA) is unknown color: approx Persian Blue. HEX triplet: 25, 29 and AA. RGB value is (37,41,170). Sum of RGB (Red+Green+Blue) = 37+41+170=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #2529AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2529AA is #DAD655. Grayscale: #353535. Windows color (decimal): -14341718 or 11151653. OLE color: 11151653.

HSL color Cylindrical-coordinate representation of color #2529AA: hue angle of 238.2º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2529AA is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3741170-
CMYK0.780.7600.33
HSL238.2º64.25%40.59%-
HSV(B)238.2º78.24%66.67%-
XYZ8.814.8838.51-
YUV54.51193.17115.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 170 (66.80% from 255) = 68.55%
R=14.92%
G=16.53%
B=68.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37411700.780.7600.33238.264.2540.59
Hex2529AA4E4C021ee4029
Octal455125211611404135610051
Binary10010110100110101010100111010011000100001111011101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2529AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2529AA; }

 p { color: rgb(37,41,170); }

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

<style>
 a { background-color: #2529AA; }

 a { background-color: rgb(37,41,170); }

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

<style>
 span { border-color: #2529AA; }

 span { border-color: rgb(37,41,170); }

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