Html Css Color HEX #2529AC Persian Blue

📋 copy color: '#2529AC'

red 37 ◦ green 41 ◦ blue 172

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

Shades of Persian Blue #2529AC

Tints of Persian Blue #2529AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.8%

R = 14.8%
G = 16.4%
B = 68.8%

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

#2529AC (or 0x2529AC) is known color: Persian Blue. HEX triplet: 25, 29 and AC. RGB value is (37,41,172). Sum of RGB (Red+Green+Blue) = 37+41+172=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #2529AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2529AC is #DAD653. Grayscale: #363636. Windows color (decimal): -14341716 or 11282725. OLE color: 11282725.

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

Color convert

RGB 37 41 172 -
CMYK 0.78 0.76 0 0.33
HSL 238.22º 0.65% 0.41% -
HSV(B) 238.22º 0.78% 0.67% -
XYZ 9 4.96 39.51 -
YUV 54.74 194.17 115.35 -
System Red Green Blue C M Y K H S L
Decimal 37 41 172 0.78 0.76 0 0.33 238.22 0.65 0.41
Hex 25 29 AC 4E 4C 0 21 EE 41 29
Octal 45 51 254 116 114 0 41 356 101 51
Binary 100101 101001 10101100 1001110 1001100 0 100001 11101110 1000001 101001

Color Harmonies of #2529AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529AC

Black with #2529AC

Text Example


Text Example

White with #2529AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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