Shades of Persian Blue #1E3ECE
Tints of Persian Blue #1E3ECE
RGB
CMYK
RGB Variations
Color information
#1E3ECE (or 0x1E3ECE) is known color: Persian Blue. HEX triplet: 1E, 3E and CE. RGB value is (30,62,206). Sum of RGB (Red+Green+Blue) = 30+62+206=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E3ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3ECE is #E1C131. Grayscale: #444444. Windows color (decimal): -14795058 or 13516318. OLE color: 13516318.
HSL color Cylindrical-coordinate representation of color #1E3ECE: hue angle of 229.09º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E3ECE is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 62 | 206 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.19 |
| HSL | 229.09º | 0.75% | 0.46% | - |
| HSV(B) | 229.09º | 0.85% | 0.81% | - |
| XYZ | 13.4 | 8.18 | 59.26 | - |
| YUV | 68.85 | 205.4 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 206 | 0.85 | 0.70 | 0 | 0.19 | 229.09 | 0.75 | 0.46 |
| Hex | 1E | 3E | CE | 55 | 46 | 0 | 13 | E5 | 4B | 2E |
| Octal | 36 | 76 | 316 | 125 | 106 | 0 | 23 | 345 | 113 | 56 |
| Binary | 11110 | 111110 | 11001110 | 1010101 | 1000110 | 0 | 10011 | 11100101 | 1001011 | 101110 |
Color Harmonies of #1E3ECE
Complementary color
Monochromatic Colors of #1E3ECE
Black with #1E3ECE
Text Example
Text Example
White with #1E3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3ECE; }
p { color: rgb(30,62,206); }
H1.HeaderClassName
{
color: #1E3ECE;
}
.AnyTagClassName
{
color: #1E3ECE;
}
</style>
background-color css
<style>
a { background-color: #1E3ECE; }
a { background-color: rgb(30,62,206); }
div.DivClassName
{
background-color: #1E3ECE;
}
.BgClassName
{
background-color: #1E3ECE;
}
</style>
border-color css
<style>
span { border-color: #1E3ECE; }
span { border-color: rgb(30,62,206); }
td.TdClassName
{
border-color: #1E3ECE;
}
.TagClassName
{
border-color: #1E3ECE;
}
</style>