Html Css Color HEX #2520DD Persian Blue

📋 copy color: '#2520DD'

red 37 ◦ green 32 ◦ blue 221

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

Shades of Persian Blue #2520DD

Tints of Persian Blue #2520DD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 221 (86.72% from 255) = 76.21%

R = 12.76%
G = 11.03%
B = 76.21%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2520DD (or 0x2520DD) is known color: Persian Blue. HEX triplet: 25, 20 and DD. RGB value is (37,32,221). Sum of RGB (Red+Green+Blue) = 37+32+221=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #2520DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2520DD is #DADF22. Grayscale: #363636. Windows color (decimal): -14343971 or 14491685. OLE color: 14491685.

HSL color Cylindrical-coordinate representation of color #2520DD: hue angle of 241.59º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2520DD is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 32 221 -
CMYK 0.83 0.86 0 0.13
HSL 241.59º 0.75% 0.5% -
HSV(B) 241.59º 0.86% 0.87% -
XYZ 14.33 6.65 68.93 -
YUV 55.04 221.66 115.13 -
System Red Green Blue C M Y K H S L
Decimal 37 32 221 0.83 0.86 0 0.13 241.59 0.75 0.5
Hex 25 20 DD 53 56 0 D F2 4B 32
Octal 45 40 335 123 126 0 15 362 113 62
Binary 100101 100000 11011101 1010011 1010110 0 1101 11110010 1001011 110010

Color Harmonies of #2520DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2520DD

Black with #2520DD

Text Example


Text Example

White with #2520DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2520DD; }

 p { color: rgb(37,32,221); }

 H1.HeaderClassName
 {
   color: #2520DD;
 }
 .AnyTagClassName
 {
   color: #2520DD;
 }
</style>

background-color css

<style>
 a { background-color: #2520DD; }

 a { background-color: rgb(37,32,221); }

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

border-color css

<style>
 span { border-color: #2520DD; }

 span { border-color: rgb(37,32,221); }

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