Shades of Persian Blue #1E3AEC
Tints of Persian Blue #1E3AEC
RGB
CMYK
RGB Variations
Color information
#1E3AEC (or 0x1E3AEC) is known color: Persian Blue. HEX triplet: 1E, 3A and EC. RGB value is (30,58,236). Sum of RGB (Red+Green+Blue) = 30+58+236=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #1E3AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3AEC is #E1C513. Grayscale: #454545. Windows color (decimal): -14796052 or 15481374. OLE color: 15481374.
HSL color Cylindrical-coordinate representation of color #1E3AEC: hue angle of 231.84º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E3AEC is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 58 | 236 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.07 |
| HSL | 231.84º | 0.84% | 0.52% | - |
| HSV(B) | 231.84º | 0.87% | 0.93% | - |
| XYZ | 17.19 | 9.36 | 80.26 | - |
| YUV | 69.92 | 221.72 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 58 | 236 | 0.87 | 0.75 | 0 | 0.07 | 231.84 | 0.84 | 0.52 |
| Hex | 1E | 3A | EC | 57 | 4B | 0 | 7 | E8 | 54 | 34 |
| Octal | 36 | 72 | 354 | 127 | 113 | 0 | 7 | 350 | 124 | 64 |
| Binary | 11110 | 111010 | 11101100 | 1010111 | 1001011 | 0 | 111 | 11101000 | 1010100 | 110100 |
Color Harmonies of #1E3AEC
Complementary color
Monochromatic Colors of #1E3AEC
Black with #1E3AEC
Text Example
Text Example
White with #1E3AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3AEC; }
p { color: rgb(30,58,236); }
H1.HeaderClassName
{
color: #1E3AEC;
}
.AnyTagClassName
{
color: #1E3AEC;
}
</style>
background-color css
<style>
a { background-color: #1E3AEC; }
a { background-color: rgb(30,58,236); }
div.DivClassName
{
background-color: #1E3AEC;
}
.BgClassName
{
background-color: #1E3AEC;
}
</style>
border-color css
<style>
span { border-color: #1E3AEC; }
span { border-color: rgb(30,58,236); }
td.TdClassName
{
border-color: #1E3AEC;
}
.TagClassName
{
border-color: #1E3AEC;
}
</style>