#1E34DE

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

Shades of Persian Blue #1E34DE

Tints of Persian Blue #1E34DE

Color information

#1E34DE (or 0x1E34DE) is unknown color: approx Persian Blue. HEX triplet: 1E, 34 and DE. RGB value is (30,52,222). Sum of RGB (Red+Green+Blue) = 30+52+222=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E34DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E34DE is #E1CB21. Grayscale: #404040. Windows color (decimal): -14797602 or 14562334. OLE color: 14562334.

HSL color Cylindrical-coordinate representation of color #1E34DE: hue angle of 233.12º 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 #1E34DE is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3052222-
CMYK0.860.7700.13
HSL233.12º76.19%49.41%-
HSV(B)233.12º86.49%87.06%-
XYZ14.958.0169.86-
YUV64.8216.71103.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.87%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 222 (87.11% from 255) = 73.03%
R=9.87%
G=17.11%
B=73.03%

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
Decimal30522220.860.7700.13233.1276.1949.41
Hex1E34DE564D0De94c31
Octal366433612611501535111461
Binary11110110100110111101010110100110101101111010011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E34DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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