#1E36DF

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

Shades of Persian Blue #1E36DF

Tints of Persian Blue #1E36DF

Color information

#1E36DF (or 0x1E36DF) is unknown color: approx Persian Blue. HEX triplet: 1E, 36 and DF. RGB value is (30,54,223). Sum of RGB (Red+Green+Blue) = 30+54+223=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E36DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E36DF is #E1C920. Grayscale: #414141. Windows color (decimal): -14797089 or 14628382. OLE color: 14628382.

HSL color Cylindrical-coordinate representation of color #1E36DF: hue angle of 232.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E36DF is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3054223-
CMYK0.870.7600.13
HSL232.54º76.28%49.61%-
HSV(B)232.54º86.55%87.45%-
XYZ15.178.2470.6-
YUV66.09216.55102.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.77%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 223 (87.5% from 255) = 72.64%
R=9.77%
G=17.59%
B=72.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30542230.870.7600.13232.5476.2849.61
Hex1E36DF574C0De94c32
Octal366633712711401535111462
Binary11110110110110111111010111100110001101111010011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E36DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,223); }

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

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

 a { background-color: rgb(30,54,223); }

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

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

 span { border-color: rgb(30,54,223); }

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