#1E3AD1

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

Shades of Persian Blue #1E3AD1

Tints of Persian Blue #1E3AD1

Color information

#1E3AD1 (or 0x1E3AD1) is unknown color: approx Persian Blue. HEX triplet: 1E, 3A and D1. RGB value is (30,58,209). Sum of RGB (Red+Green+Blue) = 30+58+209=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 209 (82.03% from 255 or 70.37% from 297); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E3AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3AD1 is #E1C52E. Grayscale: #424242. Windows color (decimal): -14796079 or 13711902. OLE color: 13711902.

HSL color Cylindrical-coordinate representation of color #1E3AD1: hue angle of 230.61º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E3AD1 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3058209-
CMYK0.860.7200.18
HSL230.61º74.9%46.86%-
HSV(B)230.61º85.65%81.96%-
XYZ13.567.9161.13-
YUV66.84208.22101.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.10%
GREEN value IS 58 (23.05% from 255) = 19.53%
BLUE value IS 209 (82.03% from 255) = 70.37%
R=10.10%
G=19.53%
B=70.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30582090.860.7200.18230.6174.946.86
Hex1E3AD15648012e74b2f
Octal367232112611002234711357
Binary111101110101101000110101101001000010010111001111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,58,209); }

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

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

 a { background-color: rgb(30,58,209); }

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

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

 span { border-color: rgb(30,58,209); }

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