Html Css Color HEX #2524AF Persian Blue

📋 copy color: '#2524AF'

red 37 ◦ green 36 ◦ blue 175

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

Shades of Persian Blue #2524AF

Tints of Persian Blue #2524AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 70.56%

R = 14.92%
G = 14.52%
B = 70.56%

CMYK

 C value IS 0.79

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2524AF (or 0x2524AF) is known color: Persian Blue. HEX triplet: 25, 24 and AF. RGB value is (37,36,175). Sum of RGB (Red+Green+Blue) = 37+36+175=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #2524AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2524AF is #DADB50. Grayscale: #333333. Windows color (decimal): -14342993 or 11478053. OLE color: 11478053.

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

Color convert

RGB 37 36 175 -
CMYK 0.79 0.79 0 0.31
HSL 240.43º 0.66% 0.41% -
HSV(B) 240.43º 0.79% 0.69% -
XYZ 9.13 4.75 40.99 -
YUV 52.15 197.33 117.2 -
System Red Green Blue C M Y K H S L
Decimal 37 36 175 0.79 0.79 0 0.31 240.43 0.66 0.41
Hex 25 24 AF 4F 4F 0 1F F0 42 29
Octal 45 44 257 117 117 0 37 360 102 51
Binary 100101 100100 10101111 1001111 1001111 0 11111 11110000 1000010 101001

Color Harmonies of #2524AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2524AF

Black with #2524AF

Text Example


Text Example

White with #2524AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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