Shades of Persian Blue #1E3DEC
Tints of Persian Blue #1E3DEC
RGB
CMYK
RGB Variations
Color information
#1E3DEC (or 0x1E3DEC) is known color: Persian Blue. HEX triplet: 1E, 3D and EC. RGB value is (30,61,236). Sum of RGB (Red+Green+Blue) = 30+61+236=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #1E3DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3DEC is #E1C213. Grayscale: #464646. Windows color (decimal): -14795284 or 15482142. OLE color: 15482142.
HSL color Cylindrical-coordinate representation of color #1E3DEC: hue angle of 230.97º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E3DEC is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 61 | 236 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.07 |
| HSL | 230.97º | 0.84% | 0.52% | - |
| HSV(B) | 230.97º | 0.87% | 0.93% | - |
| XYZ | 17.34 | 9.67 | 80.31 | - |
| YUV | 71.68 | 220.73 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 236 | 0.87 | 0.74 | 0 | 0.07 | 230.97 | 0.84 | 0.52 |
| Hex | 1E | 3D | EC | 57 | 4A | 0 | 7 | E7 | 54 | 34 |
| Octal | 36 | 75 | 354 | 127 | 112 | 0 | 7 | 347 | 124 | 64 |
| Binary | 11110 | 111101 | 11101100 | 1010111 | 1001010 | 0 | 111 | 11100111 | 1010100 | 110100 |
Color Harmonies of #1E3DEC
Complementary color
Monochromatic Colors of #1E3DEC
Black with #1E3DEC
Text Example
Text Example
White with #1E3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3DEC; }
p { color: rgb(30,61,236); }
H1.HeaderClassName
{
color: #1E3DEC;
}
.AnyTagClassName
{
color: #1E3DEC;
}
</style>
background-color css
<style>
a { background-color: #1E3DEC; }
a { background-color: rgb(30,61,236); }
div.DivClassName
{
background-color: #1E3DEC;
}
.BgClassName
{
background-color: #1E3DEC;
}
</style>
border-color css
<style>
span { border-color: #1E3DEC; }
span { border-color: rgb(30,61,236); }
td.TdClassName
{
border-color: #1E3DEC;
}
.TagClassName
{
border-color: #1E3DEC;
}
</style>