Html Css Color HEX #2521AF Persian Blue

📋 copy color: '#2521AF'

red 37 ◦ green 33 ◦ blue 175

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

Shades of Persian Blue #2521AF

Tints of Persian Blue #2521AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

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

R = 15.1%
G = 13.47%
B = 71.43%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2521AF (or 0x2521AF) is known color: Persian Blue. HEX triplet: 25, 21 and AF. RGB value is (37,33,175). Sum of RGB (Red+Green+Blue) = 37+33+175=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 175 (68.75% from 255 or 71.43% from 245); Max value from RGB is 175 - color contains mainly: blue. Hex color #2521AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2521AF is #DADE50. Grayscale: #313131. Windows color (decimal): -14343761 or 11477285. OLE color: 11477285.

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

Color convert

RGB 37 33 175 -
CMYK 0.79 0.81 0 0.31
HSL 241.69º 0.68% 0.41% -
HSV(B) 241.69º 0.81% 0.69% -
XYZ 9.04 4.58 40.96 -
YUV 50.38 198.33 118.45 -
System Red Green Blue C M Y K H S L
Decimal 37 33 175 0.79 0.81 0 0.31 241.69 0.68 0.41
Hex 25 21 AF 4F 51 0 1F F2 44 29
Octal 45 41 257 117 121 0 37 362 104 51
Binary 100101 100001 10101111 1001111 1010001 0 11111 11110010 1000100 101001

Color Harmonies of #2521AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2521AF

Black with #2521AF

Text Example


Text Example

White with #2521AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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