Html Css Color HEX #2523D5 Persian Blue

📋 copy color: '#2523D5'

red 37 ◦ green 35 ◦ blue 213

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

Shades of Persian Blue #2523D5

Tints of Persian Blue #2523D5

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.28%

 BLUE value IS 213 (83.59% from 255) = 74.74%

R = 12.98%
G = 12.28%
B = 74.74%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2523D5 (or 0x2523D5) is known color: Persian Blue. HEX triplet: 25, 23 and D5. RGB value is (37,35,213). Sum of RGB (Red+Green+Blue) = 37+35+213=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 213 (83.59% from 255 or 74.74% from 285); Max value from RGB is 213 - color contains mainly: blue. Hex color #2523D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2523D5 is #DADC2A. Grayscale: #373737. Windows color (decimal): -14343211 or 13968165. OLE color: 13968165.

HSL color Cylindrical-coordinate representation of color #2523D5: hue angle of 240.67º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2523D5 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 35 213 -
CMYK 0.83 0.84 0 0.16
HSL 240.67º 0.72% 0.49% -
HSV(B) 240.67º 0.84% 0.84% -
XYZ 13.37 6.4 63.48 -
YUV 55.89 216.66 114.53 -
System Red Green Blue C M Y K H S L
Decimal 37 35 213 0.83 0.84 0 0.16 240.67 0.72 0.49
Hex 25 23 D5 53 54 0 10 F1 48 31
Octal 45 43 325 123 124 0 20 361 110 61
Binary 100101 100011 11010101 1010011 1010100 0 10000 11110001 1001000 110001

Color Harmonies of #2523D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2523D5

Black with #2523D5

Text Example


Text Example

White with #2523D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2523D5; }

 p { color: rgb(37,35,213); }

 H1.HeaderClassName
 {
   color: #2523D5;
 }
 .AnyTagClassName
 {
   color: #2523D5;
 }
</style>

background-color css

<style>
 a { background-color: #2523D5; }

 a { background-color: rgb(37,35,213); }

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

border-color css

<style>
 span { border-color: #2523D5; }

 span { border-color: rgb(37,35,213); }

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