#1E3FAE

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

Shades of Persian Blue #1E3FAE

Tints of Persian Blue #1E3FAE

Color information

#1E3FAE (or 0x1E3FAE) is unknown color: approx Persian Blue. HEX triplet: 1E, 3F and AE. RGB value is (30,63,174). Sum of RGB (Red+Green+Blue) = 30+63+174=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E3FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3FAE is #E1C051. Grayscale: #414141. Windows color (decimal): -14794834 or 11419422. OLE color: 11419422.

HSL color Cylindrical-coordinate representation of color #1E3FAE: hue angle of 226.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E3FAE is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3063174-
CMYK0.830.6400.32
HSL226.25º70.59%40%-
HSV(B)226.25º82.76%68.24%-
XYZ9.956.8940.85-
YUV65.79189.07102.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.24%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 174 (68.36% from 255) = 65.17%
R=11.24%
G=23.60%
B=65.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30631740.830.6400.32226.2570.5940
Hex1E3FAE5340020e24728
Octal367725612310004034210750
Binary1111011111110101110101001110000000100000111000101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,63,174); }

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

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

 a { background-color: rgb(30,63,174); }

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

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

 span { border-color: rgb(30,63,174); }

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