#1E32DE

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

Shades of Persian Blue #1E32DE

Tints of Persian Blue #1E32DE

Color information

#1E32DE (or 0x1E32DE) is unknown color: approx Persian Blue. HEX triplet: 1E, 32 and DE. RGB value is (30,50,222). Sum of RGB (Red+Green+Blue) = 30+50+222=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E32DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E32DE is #E1CD21. Grayscale: #3E3E3E. Windows color (decimal): -14798114 or 14561822. OLE color: 14561822.

HSL color Cylindrical-coordinate representation of color #1E32DE: hue angle of 233.75º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E32DE is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3050222-
CMYK0.860.7700.13
HSL233.75º76.19%49.41%-
HSV(B)233.75º86.49%87.06%-
XYZ14.867.8369.84-
YUV63.63217.37104.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.93%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 222 (87.11% from 255) = 73.51%
R=9.93%
G=16.56%
B=73.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30502220.860.7700.13233.7576.1949.41
Hex1E32DE564D0Dea4c31
Octal366233612611501535211461
Binary11110110010110111101010110100110101101111010101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E32DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E32DE; }

 p { color: rgb(30,50,222); }

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

<style>
 a { background-color: #1E32DE; }

 a { background-color: rgb(30,50,222); }

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

<style>
 span { border-color: #1E32DE; }

 span { border-color: rgb(30,50,222); }

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