Shades of Persian Blue #1E2CDE
Tints of Persian Blue #1E2CDE
RGB
CMYK
RGB Variations
Color information
#1E2CDE (or 0x1E2CDE) is known color: Persian Blue. HEX triplet: 1E, 2C and DE. RGB value is (30,44,222). Sum of RGB (Red+Green+Blue) = 30+44+222=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 222 (87.11% from 255 or 75% from 296); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E2CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2CDE is #E1D321. Grayscale: #3B3B3B. Windows color (decimal): -14799650 or 14560286. OLE color: 14560286.
HSL color Cylindrical-coordinate representation of color #1E2CDE: hue angle of 235.62º 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 #1E2CDE is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 44 | 222 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.13 |
| HSL | 235.63º | 0.76% | 0.49% | - |
| HSV(B) | 235.63º | 0.86% | 0.87% | - |
| XYZ | 14.62 | 7.35 | 69.76 | - |
| YUV | 60.11 | 219.36 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 44 | 222 | 0.86 | 0.80 | 0 | 0.13 | 235.63 | 0.76 | 0.49 |
| Hex | 1E | 2C | DE | 56 | 50 | 0 | D | EC | 4C | 31 |
| Octal | 36 | 54 | 336 | 126 | 120 | 0 | 15 | 354 | 114 | 61 |
| Binary | 11110 | 101100 | 11011110 | 1010110 | 1010000 | 0 | 1101 | 11101100 | 1001100 | 110001 |
Color Harmonies of #1E2CDE
Complementary color
Monochromatic Colors of #1E2CDE
Black with #1E2CDE
Text Example
Text Example
White with #1E2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2CDE; }
p { color: rgb(30,44,222); }
H1.HeaderClassName
{
color: #1E2CDE;
}
.AnyTagClassName
{
color: #1E2CDE;
}
</style>
background-color css
<style>
a { background-color: #1E2CDE; }
a { background-color: rgb(30,44,222); }
div.DivClassName
{
background-color: #1E2CDE;
}
.BgClassName
{
background-color: #1E2CDE;
}
</style>
border-color css
<style>
span { border-color: #1E2CDE; }
span { border-color: rgb(30,44,222); }
td.TdClassName
{
border-color: #1E2CDE;
}
.TagClassName
{
border-color: #1E2CDE;
}
</style>