#1E3CD5

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

Shades of Persian Blue #1E3CD5

Tints of Persian Blue #1E3CD5

Color information

#1E3CD5 (or 0x1E3CD5) is unknown color: approx Persian Blue. HEX triplet: 1E, 3C and D5. RGB value is (30,60,213). Sum of RGB (Red+Green+Blue) = 30+60+213=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 213 (83.59% from 255 or 70.30% from 303); Max value from RGB is 213 - color contains mainly: blue. Hex color #1E3CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3CD5 is #E1C32A. Grayscale: #434343. Windows color (decimal): -14795563 or 13974558. OLE color: 13974558.

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

Color convert

RGB3060213-
CMYK0.860.7200.16
HSL230.16º75.31%47.65%-
HSV(B)230.16º85.92%83.53%-
XYZ14.168.3163.81-
YUV68.47209.56100.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.90%
GREEN value IS 60 (23.83% from 255) = 19.80%
BLUE value IS 213 (83.59% from 255) = 70.30%
R=9.90%
G=19.80%
B=70.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal30602130.860.7200.16230.1675.3147.65
Hex1E3CD55648010e64b30
Octal367432512611002034611360
Binary111101111001101010110101101001000010000111001101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,60,213); }

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

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

 a { background-color: rgb(30,60,213); }

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

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

 span { border-color: rgb(30,60,213); }

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