Shades of Persian Blue #1E44CE
Tints of Persian Blue #1E44CE
RGB
CMYK
RGB Variations
Color information
#1E44CE (or 0x1E44CE) is known color: Persian Blue. HEX triplet: 1E, 44 and CE. RGB value is (30,68,206). Sum of RGB (Red+Green+Blue) = 30+68+206=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E44CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E44CE is #E1BB31. Grayscale: #474747. Windows color (decimal): -14793522 or 13517854. OLE color: 13517854.
HSL color Cylindrical-coordinate representation of color #1E44CE: hue angle of 227.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E44CE is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 68 | 206 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.19 |
| HSL | 227.05º | 0.75% | 0.46% | - |
| HSV(B) | 227.05º | 0.85% | 0.81% | - |
| XYZ | 13.74 | 8.87 | 59.38 | - |
| YUV | 72.37 | 203.41 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 206 | 0.85 | 0.67 | 0 | 0.19 | 227.05 | 0.75 | 0.46 |
| Hex | 1E | 44 | CE | 55 | 43 | 0 | 13 | E3 | 4B | 2E |
| Octal | 36 | 104 | 316 | 125 | 103 | 0 | 23 | 343 | 113 | 56 |
| Binary | 11110 | 1000100 | 11001110 | 1010101 | 1000011 | 0 | 10011 | 11100011 | 1001011 | 101110 |
Color Harmonies of #1E44CE
Complementary color
Monochromatic Colors of #1E44CE
Black with #1E44CE
Text Example
Text Example
White with #1E44CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E44CE; }
p { color: rgb(30,68,206); }
H1.HeaderClassName
{
color: #1E44CE;
}
.AnyTagClassName
{
color: #1E44CE;
}
</style>
background-color css
<style>
a { background-color: #1E44CE; }
a { background-color: rgb(30,68,206); }
div.DivClassName
{
background-color: #1E44CE;
}
.BgClassName
{
background-color: #1E44CE;
}
</style>
border-color css
<style>
span { border-color: #1E44CE; }
span { border-color: rgb(30,68,206); }
td.TdClassName
{
border-color: #1E44CE;
}
.TagClassName
{
border-color: #1E44CE;
}
</style>