Shades of Persian Blue #1E3AD0
Tints of Persian Blue #1E3AD0
RGB
CMYK
RGB Variations
Color information
#1E3AD0 (or 0x1E3AD0) is known color: Persian Blue. HEX triplet: 1E, 3A and D0. RGB value is (30,58,208). Sum of RGB (Red+Green+Blue) = 30+58+208=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 208 (81.64% from 255 or 70.27% from 296); Max value from RGB is 208 - color contains mainly: blue. Hex color #1E3AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3AD0 is #E1C52F. Grayscale: #424242. Windows color (decimal): -14796080 or 13646366. OLE color: 13646366.
HSL color Cylindrical-coordinate representation of color #1E3AD0: hue angle of 230.56º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E3AD0 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 58 | 208 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.18 |
| HSL | 230.56º | 0.75% | 0.47% | - |
| HSV(B) | 230.56º | 0.86% | 0.82% | - |
| XYZ | 13.43 | 7.86 | 60.48 | - |
| YUV | 66.73 | 207.72 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 58 | 208 | 0.86 | 0.72 | 0 | 0.18 | 230.56 | 0.75 | 0.47 |
| Hex | 1E | 3A | D0 | 56 | 48 | 0 | 12 | E7 | 4B | 2F |
| Octal | 36 | 72 | 320 | 126 | 110 | 0 | 22 | 347 | 113 | 57 |
| Binary | 11110 | 111010 | 11010000 | 1010110 | 1001000 | 0 | 10010 | 11100111 | 1001011 | 101111 |
Color Harmonies of #1E3AD0
Complementary color
Monochromatic Colors of #1E3AD0
Black with #1E3AD0
Text Example
Text Example
White with #1E3AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3AD0; }
p { color: rgb(30,58,208); }
H1.HeaderClassName
{
color: #1E3AD0;
}
.AnyTagClassName
{
color: #1E3AD0;
}
</style>
background-color css
<style>
a { background-color: #1E3AD0; }
a { background-color: rgb(30,58,208); }
div.DivClassName
{
background-color: #1E3AD0;
}
.BgClassName
{
background-color: #1E3AD0;
}
</style>
border-color css
<style>
span { border-color: #1E3AD0; }
span { border-color: rgb(30,58,208); }
td.TdClassName
{
border-color: #1E3AD0;
}
.TagClassName
{
border-color: #1E3AD0;
}
</style>