Shades of Persian Blue #1E3EED
Tints of Persian Blue #1E3EED
RGB
CMYK
RGB Variations
Color information
#1E3EED (or 0x1E3EED) is known color: Persian Blue. HEX triplet: 1E, 3E and ED. RGB value is (30,62,237). Sum of RGB (Red+Green+Blue) = 30+62+237=329 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.12% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #1E3EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3EED is #E1C112. Grayscale: #474747. Windows color (decimal): -14795027 or 15547934. OLE color: 15547934.
HSL color Cylindrical-coordinate representation of color #1E3EED: hue angle of 230.72º degrees, saturation: 0.85, 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 #1E3EED is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 62 | 237 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.07 |
| HSL | 230.72º | 0.85% | 0.52% | - |
| HSV(B) | 230.72º | 0.87% | 0.93% | - |
| XYZ | 17.54 | 9.84 | 81.09 | - |
| YUV | 72.38 | 220.9 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 237 | 0.87 | 0.74 | 0 | 0.07 | 230.72 | 0.85 | 0.52 |
| Hex | 1E | 3E | ED | 57 | 4A | 0 | 7 | E7 | 55 | 34 |
| Octal | 36 | 76 | 355 | 127 | 112 | 0 | 7 | 347 | 125 | 64 |
| Binary | 11110 | 111110 | 11101101 | 1010111 | 1001010 | 0 | 111 | 11100111 | 1010101 | 110100 |
Color Harmonies of #1E3EED
Complementary color
Monochromatic Colors of #1E3EED
Black with #1E3EED
Text Example
Text Example
White with #1E3EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3EED; }
p { color: rgb(30,62,237); }
H1.HeaderClassName
{
color: #1E3EED;
}
.AnyTagClassName
{
color: #1E3EED;
}
</style>
background-color css
<style>
a { background-color: #1E3EED; }
a { background-color: rgb(30,62,237); }
div.DivClassName
{
background-color: #1E3EED;
}
.BgClassName
{
background-color: #1E3EED;
}
</style>
border-color css
<style>
span { border-color: #1E3EED; }
span { border-color: rgb(30,62,237); }
td.TdClassName
{
border-color: #1E3EED;
}
.TagClassName
{
border-color: #1E3EED;
}
</style>