Html Css Color HEX #2520CE Persian Blue

📋 copy color: '#2520CE'

red 37 ◦ green 32 ◦ blue 206

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

Shades of Persian Blue #2520CE

Tints of Persian Blue #2520CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.91%

R = 13.45%
G = 11.64%
B = 74.91%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2520CE (or 0x2520CE) is known color: Persian Blue. HEX triplet: 25, 20 and CE. RGB value is (37,32,206). Sum of RGB (Red+Green+Blue) = 37+32+206=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #2520CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2520CE is #DADF31. Grayscale: #343434. Windows color (decimal): -14343986 or 13508645. OLE color: 13508645.

HSL color Cylindrical-coordinate representation of color #2520CE: hue angle of 241.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2520CE is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 32 206 -
CMYK 0.82 0.84 0 0.19
HSL 241.72º 0.73% 0.47% -
HSV(B) 241.72º 0.84% 0.81% -
XYZ 12.42 5.88 58.87 -
YUV 53.33 214.16 116.35 -
System Red Green Blue C M Y K H S L
Decimal 37 32 206 0.82 0.84 0 0.19 241.72 0.73 0.47
Hex 25 20 CE 52 54 0 13 F2 49 2F
Octal 45 40 316 122 124 0 23 362 111 57
Binary 100101 100000 11001110 1010010 1010100 0 10011 11110010 1001001 101111

Color Harmonies of #2520CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2520CE

Black with #2520CE

Text Example


Text Example

White with #2520CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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