#2824D7

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

Shades of Persian Blue #2824D7

Tints of Persian Blue #2824D7

Color information

#2824D7 (or 0x2824D7) is unknown color: approx Persian Blue. HEX triplet: 28, 24 and D7. RGB value is (40,36,215). Sum of RGB (Red+Green+Blue) = 40+36+215=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 215 (84.38% from 255 or 73.88% from 291); Max value from RGB is 215 - color contains mainly: blue. Hex color #2824D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2824D7 is #D7DB28. Grayscale: #383838. Windows color (decimal): -14146345 or 14099496. OLE color: 14099496.

HSL color Cylindrical-coordinate representation of color #2824D7: hue angle of 241.34º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2824D7 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4036215-
CMYK0.810.8300.16
HSL241.34º71.31%49.22%-
HSV(B)241.34º83.26%84.31%-
XYZ13.776.6264.84-
YUV57.6216.83115.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 215 (84.38% from 255) = 73.88%
R=13.75%
G=12.37%
B=73.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal40362150.810.8300.16241.3471.3149.22
Hex2824D75153010f14731
Octal504432712112302036110761
Binary1010001001001101011110100011010011010000111100011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2824D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2824D7; }

 p { color: rgb(40,36,215); }

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

<style>
 a { background-color: #2824D7; }

 a { background-color: rgb(40,36,215); }

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

<style>
 span { border-color: #2824D7; }

 span { border-color: rgb(40,36,215); }

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