Html Css Color HEX #2520BF Persian Blue

📋 copy color: '#2520BF'

red 37 ◦ green 32 ◦ blue 191

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

Shades of Persian Blue #2520BF

Tints of Persian Blue #2520BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 73.46%

R = 14.23%
G = 12.31%
B = 73.46%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2520BF (or 0x2520BF) is known color: Persian Blue. HEX triplet: 25, 20 and BF. RGB value is (37,32,191). Sum of RGB (Red+Green+Blue) = 37+32+191=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #2520BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2520BF is #DADF40. Grayscale: #323232. Windows color (decimal): -14344001 or 12525605. OLE color: 12525605.

HSL color Cylindrical-coordinate representation of color #2520BF: hue angle of 241.89º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2520BF is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 32 191 -
CMYK 0.81 0.83 0 0.25
HSL 241.89º 0.71% 0.44% -
HSV(B) 241.89º 0.83% 0.75% -
XYZ 10.68 5.19 49.73 -
YUV 51.62 206.66 117.57 -
System Red Green Blue C M Y K H S L
Decimal 37 32 191 0.81 0.83 0 0.25 241.89 0.71 0.44
Hex 25 20 BF 51 53 0 19 F2 47 2C
Octal 45 40 277 121 123 0 31 362 107 54
Binary 100101 100000 10111111 1010001 1010011 0 11001 11110010 1000111 101100

Color Harmonies of #2520BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2520BF

Black with #2520BF

Text Example


Text Example

White with #2520BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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