Shades of Persian Blue #1E3CD4
Tints of Persian Blue #1E3CD4
RGB
CMYK
RGB Variations
Color information
#1E3CD4 (or 0x1E3CD4) is known color: Persian Blue. HEX triplet: 1E, 3C and D4. RGB value is (30,60,212). Sum of RGB (Red+Green+Blue) = 30+60+212=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 212 (83.20% from 255 or 70.20% from 302); Max value from RGB is 212 - color contains mainly: blue. Hex color #1E3CD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3CD4 is #E1C32B. Grayscale: #434343. Windows color (decimal): -14795564 or 13909022. OLE color: 13909022.
HSL color Cylindrical-coordinate representation of color #1E3CD4: hue angle of 230.11º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E3CD4 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 60 | 212 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.17 |
| HSL | 230.11º | 0.75% | 0.47% | - |
| HSV(B) | 230.11º | 0.86% | 0.83% | - |
| XYZ | 14.03 | 8.26 | 63.14 | - |
| YUV | 68.36 | 209.06 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 212 | 0.86 | 0.72 | 0 | 0.17 | 230.11 | 0.75 | 0.47 |
| Hex | 1E | 3C | D4 | 56 | 48 | 0 | 11 | E6 | 4B | 2F |
| Octal | 36 | 74 | 324 | 126 | 110 | 0 | 21 | 346 | 113 | 57 |
| Binary | 11110 | 111100 | 11010100 | 1010110 | 1001000 | 0 | 10001 | 11100110 | 1001011 | 101111 |
Color Harmonies of #1E3CD4
Complementary color
Monochromatic Colors of #1E3CD4
Black with #1E3CD4
Text Example
Text Example
White with #1E3CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3CD4; }
p { color: rgb(30,60,212); }
H1.HeaderClassName
{
color: #1E3CD4;
}
.AnyTagClassName
{
color: #1E3CD4;
}
</style>
background-color css
<style>
a { background-color: #1E3CD4; }
a { background-color: rgb(30,60,212); }
div.DivClassName
{
background-color: #1E3CD4;
}
.BgClassName
{
background-color: #1E3CD4;
}
</style>
border-color css
<style>
span { border-color: #1E3CD4; }
span { border-color: rgb(30,60,212); }
td.TdClassName
{
border-color: #1E3CD4;
}
.TagClassName
{
border-color: #1E3CD4;
}
</style>