Html Css Color HEX #2523AB Persian Blue

📋 copy color: '#2523AB'

red 37 ◦ green 35 ◦ blue 171

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

Shades of Persian Blue #2523AB

Tints of Persian Blue #2523AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.37%

R = 15.23%
G = 14.4%
B = 70.37%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2523AB (or 0x2523AB) is known color: Persian Blue. HEX triplet: 25, 23 and AB. RGB value is (37,35,171). Sum of RGB (Red+Green+Blue) = 37+35+171=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #2523AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2523AB is #DADC54. Grayscale: #323232. Windows color (decimal): -14343253 or 11215653. OLE color: 11215653.

HSL color Cylindrical-coordinate representation of color #2523AB: hue angle of 240.88º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2523AB is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 35 171 -
CMYK 0.78 0.80 0 0.33
HSL 240.88º 0.66% 0.4% -
HSV(B) 240.88º 0.8% 0.67% -
XYZ 8.71 4.54 38.94 -
YUV 51.1 195.66 117.94 -
System Red Green Blue C M Y K H S L
Decimal 37 35 171 0.78 0.80 0 0.33 240.88 0.66 0.4
Hex 25 23 AB 4E 50 0 21 F1 42 28
Octal 45 43 253 116 120 0 41 361 102 50
Binary 100101 100011 10101011 1001110 1010000 0 100001 11110001 1000010 101000

Color Harmonies of #2523AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2523AB

Black with #2523AB

Text Example


Text Example

White with #2523AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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