Shades of Persian Blue #1E3EDD
Tints of Persian Blue #1E3EDD
RGB
CMYK
RGB Variations
Color information
#1E3EDD (or 0x1E3EDD) is known color: Persian Blue. HEX triplet: 1E, 3E and DD. RGB value is (30,62,221). Sum of RGB (Red+Green+Blue) = 30+62+221=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E3EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3EDD is #E1C122. Grayscale: #454545. Windows color (decimal): -14795043 or 14499358. OLE color: 14499358.
HSL color Cylindrical-coordinate representation of color #1E3EDD: hue angle of 229.95º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E3EDD is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 62 | 221 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.13 |
| HSL | 229.95º | 0.76% | 0.49% | - |
| HSV(B) | 229.95º | 0.86% | 0.87% | - |
| XYZ | 15.31 | 8.94 | 69.33 | - |
| YUV | 70.56 | 212.9 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 221 | 0.86 | 0.72 | 0 | 0.13 | 229.95 | 0.76 | 0.49 |
| Hex | 1E | 3E | DD | 56 | 48 | 0 | D | E6 | 4C | 31 |
| Octal | 36 | 76 | 335 | 126 | 110 | 0 | 15 | 346 | 114 | 61 |
| Binary | 11110 | 111110 | 11011101 | 1010110 | 1001000 | 0 | 1101 | 11100110 | 1001100 | 110001 |
Color Harmonies of #1E3EDD
Complementary color
Monochromatic Colors of #1E3EDD
Black with #1E3EDD
Text Example
Text Example
White with #1E3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3EDD; }
p { color: rgb(30,62,221); }
H1.HeaderClassName
{
color: #1E3EDD;
}
.AnyTagClassName
{
color: #1E3EDD;
}
</style>
background-color css
<style>
a { background-color: #1E3EDD; }
a { background-color: rgb(30,62,221); }
div.DivClassName
{
background-color: #1E3EDD;
}
.BgClassName
{
background-color: #1E3EDD;
}
</style>
border-color css
<style>
span { border-color: #1E3EDD; }
span { border-color: rgb(30,62,221); }
td.TdClassName
{
border-color: #1E3EDD;
}
.TagClassName
{
border-color: #1E3EDD;
}
</style>