Html Css Color HEX #2520BE Persian Blue

📋 copy color: '#2520BE'

red 37 ◦ green 32 ◦ blue 190

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

Shades of Persian Blue #2520BE

Tints of Persian Blue #2520BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.36%

R = 14.29%
G = 12.36%
B = 73.36%

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

#2520BE (or 0x2520BE) is known color: Persian Blue. HEX triplet: 25, 20 and BE. RGB value is (37,32,190). Sum of RGB (Red+Green+Blue) = 37+32+190=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #2520BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2520BE is #DADF41. Grayscale: #323232. Windows color (decimal): -14344002 or 12460069. OLE color: 12460069.

HSL color Cylindrical-coordinate representation of color #2520BE: hue angle of 241.9º 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 #2520BE is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 32 190 -
CMYK 0.81 0.83 0 0.25
HSL 241.9º 0.71% 0.44% -
HSV(B) 241.9º 0.83% 0.75% -
XYZ 10.57 5.14 49.15 -
YUV 51.51 206.16 117.65 -
System Red Green Blue C M Y K H S L
Decimal 37 32 190 0.81 0.83 0 0.25 241.9 0.71 0.44
Hex 25 20 BE 51 53 0 19 F2 47 2C
Octal 45 40 276 121 123 0 31 362 107 54
Binary 100101 100000 10111110 1010001 1010011 0 11001 11110010 1000111 101100

Color Harmonies of #2520BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2520BE

Black with #2520BE

Text Example


Text Example

White with #2520BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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