Html Css Color HEX #2524AC Persian Blue

📋 copy color: '#2524AC'

red 37 ◦ green 36 ◦ blue 172

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

Shades of Persian Blue #2524AC

Tints of Persian Blue #2524AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 15.1%
G = 14.69%
B = 70.2%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2524AC (or 0x2524AC) is known color: Persian Blue. HEX triplet: 25, 24 and AC. RGB value is (37,36,172). Sum of RGB (Red+Green+Blue) = 37+36+172=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #2524AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2524AC is #DADB53. Grayscale: #333333. Windows color (decimal): -14342996 or 11281445. OLE color: 11281445.

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

Color convert

RGB 37 36 172 -
CMYK 0.78 0.79 0 0.33
HSL 240.44º 0.65% 0.41% -
HSV(B) 240.44º 0.79% 0.67% -
XYZ 8.84 4.63 39.46 -
YUV 51.8 195.83 117.44 -
System Red Green Blue C M Y K H S L
Decimal 37 36 172 0.78 0.79 0 0.33 240.44 0.65 0.41
Hex 25 24 AC 4E 4F 0 21 F0 41 29
Octal 45 44 254 116 117 0 41 360 101 51
Binary 100101 100100 10101100 1001110 1001111 0 100001 11110000 1000001 101001

Color Harmonies of #2524AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2524AC

Black with #2524AC

Text Example


Text Example

White with #2524AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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