Html Css Color HEX #2529AB Persian Blue

📋 copy color: '#2529AB'

red 37 ◦ green 41 ◦ blue 171

#2529AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2529AB

Tints of Persian Blue #2529AB

RGB

 RED value IS 37 (14.84% from 255) = 14.86%

 GREEN value IS 41 (16.41% from 255) = 16.47%

 BLUE value IS 171 (67.19% from 255) = 68.67%

R = 14.86%
G = 16.47%
B = 68.67%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2529AB (or 0x2529AB) is known color: Persian Blue. HEX triplet: 25, 29 and AB. RGB value is (37,41,171). Sum of RGB (Red+Green+Blue) = 37+41+171=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #2529AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2529AB is #DAD654. Grayscale: #363636. Windows color (decimal): -14341717 or 11217189. OLE color: 11217189.

HSL color Cylindrical-coordinate representation of color #2529AB: hue angle of 238.21º 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 #2529AB is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 41 171 -
CMYK 0.78 0.76 0 0.33
HSL 238.21º 0.64% 0.41% -
HSV(B) 238.21º 0.78% 0.67% -
XYZ 8.91 4.92 39.01 -
YUV 54.62 193.67 115.43 -
System Red Green Blue C M Y K H S L
Decimal 37 41 171 0.78 0.76 0 0.33 238.21 0.64 0.41
Hex 25 29 AB 4E 4C 0 21 EE 40 29
Octal 45 51 253 116 114 0 41 356 100 51
Binary 100101 101001 10101011 1001110 1001100 0 100001 11101110 1000000 101001

Color Harmonies of #2529AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529AB

Black with #2529AB

Text Example


Text Example

White with #2529AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2529AB;
 }
 .AnyTagClassName
 {
   color: #2529AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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