Html Css Color HEX #2524AD Persian Blue

📋 copy color: '#2524AD'

red 37 ◦ green 36 ◦ blue 173

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

Shades of Persian Blue #2524AD

Tints of Persian Blue #2524AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 70.33%

R = 15.04%
G = 14.63%
B = 70.33%

CMYK

 C value IS 0.79

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2524AD (or 0x2524AD) is known color: Persian Blue. HEX triplet: 25, 24 and AD. RGB value is (37,36,173). Sum of RGB (Red+Green+Blue) = 37+36+173=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #2524AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2524AD is #DADB52. Grayscale: #333333. Windows color (decimal): -14342995 or 11346981. OLE color: 11346981.

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

Color convert

RGB 37 36 173 -
CMYK 0.79 0.79 0 0.32
HSL 240.44º 0.66% 0.41% -
HSV(B) 240.44º 0.79% 0.68% -
XYZ 8.94 4.67 39.97 -
YUV 51.92 196.33 117.36 -
System Red Green Blue C M Y K H S L
Decimal 37 36 173 0.79 0.79 0 0.32 240.44 0.66 0.41
Hex 25 24 AD 4F 4F 0 20 F0 42 29
Octal 45 44 255 117 117 0 40 360 102 51
Binary 100101 100100 10101101 1001111 1001111 0 100000 11110000 1000010 101001

Color Harmonies of #2524AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2524AD

Black with #2524AD

Text Example


Text Example

White with #2524AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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