#1E3BAE

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

Shades of Persian Blue #1E3BAE

Tints of Persian Blue #1E3BAE

Color information

#1E3BAE (or 0x1E3BAE) is unknown color: approx Persian Blue. HEX triplet: 1E, 3B and AE. RGB value is (30,59,174). Sum of RGB (Red+Green+Blue) = 30+59+174=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E3BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3BAE is #E1C451. Grayscale: #3E3E3E. Windows color (decimal): -14795858 or 11418398. OLE color: 11418398.

HSL color Cylindrical-coordinate representation of color #1E3BAE: hue angle of 227.92º 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 #1E3BAE is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3059174-
CMYK0.830.6600.32
HSL227.92º70.59%40%-
HSV(B)227.92º82.76%68.24%-
XYZ9.746.4640.78-
YUV63.44190.39104.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.41%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 174 (68.36% from 255) = 66.16%
R=11.41%
G=22.43%
B=66.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30591740.830.6600.32227.9270.5940
Hex1E3BAE5342020e44728
Octal367325612310204034410750
Binary1111011101110101110101001110000100100000111001001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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