Html Css Color HEX #2523AE Persian Blue

📋 copy color: '#2523AE'

red 37 ◦ green 35 ◦ blue 174

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

Shades of Persian Blue #2523AE

Tints of Persian Blue #2523AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 70.73%

R = 15.04%
G = 14.23%
B = 70.73%

CMYK

 C value IS 0.79

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2523AE (or 0x2523AE) is known color: Persian Blue. HEX triplet: 25, 23 and AE. RGB value is (37,35,174). Sum of RGB (Red+Green+Blue) = 37+35+174=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #2523AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2523AE is #DADC51. Grayscale: #323232. Windows color (decimal): -14343250 or 11412261. OLE color: 11412261.

HSL color Cylindrical-coordinate representation of color #2523AE: hue angle of 240.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2523AE is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 35 174 -
CMYK 0.79 0.80 0 0.32
HSL 240.86º 0.67% 0.41% -
HSV(B) 240.86º 0.8% 0.68% -
XYZ 9 4.65 40.47 -
YUV 51.44 197.16 117.7 -
System Red Green Blue C M Y K H S L
Decimal 37 35 174 0.79 0.80 0 0.32 240.86 0.67 0.41
Hex 25 23 AE 4F 50 0 20 F1 43 29
Octal 45 43 256 117 120 0 40 361 103 51
Binary 100101 100011 10101110 1001111 1010000 0 100000 11110001 1000011 101001

Color Harmonies of #2523AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2523AE

Black with #2523AE

Text Example


Text Example

White with #2523AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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