Shades of Persian Blue #1E3FCE
Tints of Persian Blue #1E3FCE
RGB
CMYK
RGB Variations
Color information
#1E3FCE (or 0x1E3FCE) is known color: Persian Blue. HEX triplet: 1E, 3F and CE. RGB value is (30,63,206). Sum of RGB (Red+Green+Blue) = 30+63+206=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E3FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3FCE is #E1C031. Grayscale: #444444. Windows color (decimal): -14794802 or 13516574. OLE color: 13516574.
HSL color Cylindrical-coordinate representation of color #1E3FCE: hue angle of 228.75º 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 #1E3FCE is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 63 | 206 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.19 |
| HSL | 228.75º | 0.75% | 0.46% | - |
| HSV(B) | 228.75º | 0.85% | 0.81% | - |
| XYZ | 13.45 | 8.29 | 59.28 | - |
| YUV | 69.44 | 205.07 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 206 | 0.85 | 0.69 | 0 | 0.19 | 228.75 | 0.75 | 0.46 |
| Hex | 1E | 3F | CE | 55 | 45 | 0 | 13 | E5 | 4B | 2E |
| Octal | 36 | 77 | 316 | 125 | 105 | 0 | 23 | 345 | 113 | 56 |
| Binary | 11110 | 111111 | 11001110 | 1010101 | 1000101 | 0 | 10011 | 11100101 | 1001011 | 101110 |
Color Harmonies of #1E3FCE
Complementary color
Monochromatic Colors of #1E3FCE
Black with #1E3FCE
Text Example
Text Example
White with #1E3FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3FCE; }
p { color: rgb(30,63,206); }
H1.HeaderClassName
{
color: #1E3FCE;
}
.AnyTagClassName
{
color: #1E3FCE;
}
</style>
background-color css
<style>
a { background-color: #1E3FCE; }
a { background-color: rgb(30,63,206); }
div.DivClassName
{
background-color: #1E3FCE;
}
.BgClassName
{
background-color: #1E3FCE;
}
</style>
border-color css
<style>
span { border-color: #1E3FCE; }
span { border-color: rgb(30,63,206); }
td.TdClassName
{
border-color: #1E3FCE;
}
.TagClassName
{
border-color: #1E3FCE;
}
</style>