#1E30D3

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

Shades of Persian Blue #1E30D3

Tints of Persian Blue #1E30D3

Color information

#1E30D3 (or 0x1E30D3) is unknown color: approx Persian Blue. HEX triplet: 1E, 30 and D3. RGB value is (30,48,211). Sum of RGB (Red+Green+Blue) = 30+48+211=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 211 (82.81% from 255 or 73.01% from 289); Max value from RGB is 211 - color contains mainly: blue. Hex color #1E30D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E30D3 is #E1CF2C. Grayscale: #3C3C3C. Windows color (decimal): -14798637 or 13840414. OLE color: 13840414.

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

Color convert

RGB3048211-
CMYK0.860.7700.17
HSL234.03º75.1%47.25%-
HSV(B)234.03º85.78%82.75%-
XYZ13.357.0962.29-
YUV61.2212.54105.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.38%
GREEN value IS 48 (19.14% from 255) = 16.61%
BLUE value IS 211 (82.81% from 255) = 73.01%
R=10.38%
G=16.61%
B=73.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal30482110.860.7700.17234.0375.147.25
Hex1E30D3564D011ea4b2f
Octal366032312611502135211357
Binary111101100001101001110101101001101010001111010101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E30D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,48,211); }

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

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

 a { background-color: rgb(30,48,211); }

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

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

 span { border-color: rgb(30,48,211); }

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