#1E3CBA

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

Shades of Persian Blue #1E3CBA

Tints of Persian Blue #1E3CBA

Color information

#1E3CBA (or 0x1E3CBA) is unknown color: approx Persian Blue. HEX triplet: 1E, 3C and BA. RGB value is (30,60,186). Sum of RGB (Red+Green+Blue) = 30+60+186=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E3CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3CBA is #E1C345. Grayscale: #404040. Windows color (decimal): -14795590 or 12205086. OLE color: 12205086.

HSL color Cylindrical-coordinate representation of color #1E3CBA: hue angle of 228.46º 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 #1E3CBA is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3060186-
CMYK0.840.6800.27
HSL228.46º72.22%42.35%-
HSV(B)228.46º83.87%72.94%-
XYZ11.017.0547.24-
YUV65.39196.06102.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.87%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 186 (73.05% from 255) = 67.39%
R=10.87%
G=21.74%
B=67.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30601860.840.6800.27228.4672.2242.35
Hex1E3CBA544401Be4482a
Octal367427212410403334411052
Binary111101111001011101010101001000100011011111001001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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