#2523D1

Color #2523D1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2523D1

Tints of Persian Blue #2523D1

Color information

#2523D1 (or 0x2523D1) is unknown color: approx Persian Blue. HEX triplet: 25, 23 and D1. RGB value is (37,35,209). Sum of RGB (Red+Green+Blue) = 37+35+209=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 209 (82.03% from 255 or 74.38% from 281); Max value from RGB is 209 - color contains mainly: blue. Hex color #2523D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2523D1 is #DADC2E. Grayscale: #363636. Windows color (decimal): -14343215 or 13706021. OLE color: 13706021.

HSL color Cylindrical-coordinate representation of color #2523D1: hue angle of 240.69º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2523D1 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3735209-
CMYK0.820.8300.18
HSL240.69º71.31%47.84%-
HSV(B)240.69º83.25%81.96%-
XYZ12.876.260.84-
YUV55.43214.66114.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.17%
GREEN value IS 35 (14.06% from 255) = 12.46%
BLUE value IS 209 (82.03% from 255) = 74.38%
R=13.17%
G=12.46%
B=74.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal37352090.820.8300.18240.6971.3147.84
Hex2523D15253012f14730
Octal454332112212302236110760
Binary1001011000111101000110100101010011010010111100011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2523D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2523D1;
 }
 .AnyTagClassName
 {
   color: #2523D1;
 }
</style>
background-color css

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

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

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

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

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

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