#1E36AD

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

Shades of Persian Blue #1E36AD

Tints of Persian Blue #1E36AD

Color information

#1E36AD (or 0x1E36AD) is unknown color: approx Persian Blue. HEX triplet: 1E, 36 and AD. RGB value is (30,54,173). Sum of RGB (Red+Green+Blue) = 30+54+173=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E36AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E36AD is #E1C952. Grayscale: #3B3B3B. Windows color (decimal): -14797139 or 11351582. OLE color: 11351582.

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

Color convert

RGB3054173-
CMYK0.830.6900.32
HSL229.93º70.44%39.8%-
HSV(B)229.93º82.66%67.84%-
XYZ9.45.9340.18-
YUV60.39191.55106.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.67%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 173 (67.97% from 255) = 67.32%
R=11.67%
G=21.01%
B=67.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30541730.830.6900.32229.9370.4439.8
Hex1E36AD5345020e64628
Octal366625512310504034610650
Binary1111011011010101101101001110001010100000111001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E36AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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