#2825DE

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

Shades of Persian Blue #2825DE

Tints of Persian Blue #2825DE

Color information

#2825DE (or 0x2825DE) is unknown color: approx Persian Blue. HEX triplet: 28, 25 and DE. RGB value is (40,37,222). Sum of RGB (Red+Green+Blue) = 40+37+222=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 37 (14.84% from 255 or 12.37% 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 #2825DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2825DE is #D7DA21. Grayscale: #3A3A3A. Windows color (decimal): -14146082 or 14558504. OLE color: 14558504.

HSL color Cylindrical-coordinate representation of color #2825DE: hue angle of 240.97º 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 #2825DE is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4037222-
CMYK0.820.8300.13
HSL240.97º73.71%50.78%-
HSV(B)240.97º83.33%87.06%-
XYZ14.727.0569.69-
YUV58.99219.99114.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40372220.820.8300.13240.9773.7150.78
Hex2825DE52530Df14a33
Octal504533612212301536111263
Binary101000100101110111101010010101001101101111100011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2825DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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