#2528DE

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

Shades of Persian Blue #2528DE

Tints of Persian Blue #2528DE

Color information

#2528DE (or 0x2528DE) is unknown color: approx Persian Blue. HEX triplet: 25, 28 and DE. RGB value is (37,40,222). Sum of RGB (Red+Green+Blue) = 37+40+222=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #2528DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2528DE is #DAD721. Grayscale: #3B3B3B. Windows color (decimal): -14341922 or 14559269. OLE color: 14559269.

HSL color Cylindrical-coordinate representation of color #2528DE: hue angle of 239.03º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2528DE is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3740222-
CMYK0.830.8200.13
HSL239.03º73.71%50.78%-
HSV(B)239.03º83.33%87.06%-
XYZ14.717.1869.72-
YUV59.85219.51111.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.37%
GREEN value IS 40 (16.02% from 255) = 13.38%
BLUE value IS 222 (87.11% from 255) = 74.25%
R=12.37%
G=13.38%
B=74.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal37402220.830.8200.13239.0373.7150.78
Hex2528DE53520Def4a33
Octal455033612312201535711263
Binary100101101000110111101010011101001001101111011111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2528DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2528DE; }

 p { color: rgb(37,40,222); }

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

<style>
 a { background-color: #2528DE; }

 a { background-color: rgb(37,40,222); }

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

<style>
 span { border-color: #2528DE; }

 span { border-color: rgb(37,40,222); }

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