#1E36BA

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

Shades of Persian Blue #1E36BA

Tints of Persian Blue #1E36BA

Color information

#1E36BA (or 0x1E36BA) is unknown color: approx Persian Blue. HEX triplet: 1E, 36 and BA. RGB value is (30,54,186). Sum of RGB (Red+Green+Blue) = 30+54+186=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E36BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E36BA is #E1C945. Grayscale: #3D3D3D. Windows color (decimal): -14797126 or 12203550. OLE color: 12203550.

HSL color Cylindrical-coordinate representation of color #1E36BA: hue angle of 230.77º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E36BA is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3054186-
CMYK0.840.7100.27
HSL230.77º72.22%42.35%-
HSV(B)230.77º83.87%72.94%-
XYZ10.726.4647.14-
YUV61.87198.05105.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.11%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 186 (73.05% from 255) = 68.89%
R=11.11%
G=20%
B=68.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30541860.840.7100.27230.7772.2242.35
Hex1E36BA544701Be7482a
Octal366627212410703334711052
Binary111101101101011101010101001000111011011111001111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E36BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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