#1E3DBA

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

Shades of Persian Blue #1E3DBA

Tints of Persian Blue #1E3DBA

Color information

#1E3DBA (or 0x1E3DBA) is unknown color: approx Persian Blue. HEX triplet: 1E, 3D and BA. RGB value is (30,61,186). Sum of RGB (Red+Green+Blue) = 30+61+186=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E3DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3DBA is #E1C245. Grayscale: #414141. Windows color (decimal): -14795334 or 12205342. OLE color: 12205342.

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

Color convert

RGB3061186-
CMYK0.840.6700.27
HSL228.08º72.22%42.35%-
HSV(B)228.08º83.87%72.94%-
XYZ11.077.1647.25-
YUV65.98195.73102.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.83%
GREEN value IS 61 (24.22% from 255) = 22.02%
BLUE value IS 186 (73.05% from 255) = 67.15%
R=10.83%
G=22.02%
B=67.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30611860.840.6700.27228.0872.2242.35
Hex1E3DBA544301Be4482a
Octal367527212410303334411052
Binary111101111011011101010101001000011011011111001001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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