Shades of Persian Blue #1E3CDA
Tints of Persian Blue #1E3CDA
RGB
CMYK
RGB Variations
Color information
#1E3CDA (or 0x1E3CDA) is known color: Persian Blue. HEX triplet: 1E, 3C and DA. RGB value is (30,60,218). Sum of RGB (Red+Green+Blue) = 30+60+218=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E3CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3CDA is #E1C325. Grayscale: #444444. Windows color (decimal): -14795558 or 14302238. OLE color: 14302238.
HSL color Cylindrical-coordinate representation of color #1E3CDA: hue angle of 230.43º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E3CDA is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 60 | 218 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.15 |
| HSL | 230.43º | 0.76% | 0.49% | - |
| HSV(B) | 230.43º | 0.86% | 0.85% | - |
| XYZ | 14.81 | 8.57 | 67.2 | - |
| YUV | 69.04 | 212.06 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 218 | 0.86 | 0.72 | 0 | 0.15 | 230.43 | 0.76 | 0.49 |
| Hex | 1E | 3C | DA | 56 | 48 | 0 | F | E6 | 4C | 31 |
| Octal | 36 | 74 | 332 | 126 | 110 | 0 | 17 | 346 | 114 | 61 |
| Binary | 11110 | 111100 | 11011010 | 1010110 | 1001000 | 0 | 1111 | 11100110 | 1001100 | 110001 |
Color Harmonies of #1E3CDA
Complementary color
Monochromatic Colors of #1E3CDA
Black with #1E3CDA
Text Example
Text Example
White with #1E3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3CDA; }
p { color: rgb(30,60,218); }
H1.HeaderClassName
{
color: #1E3CDA;
}
.AnyTagClassName
{
color: #1E3CDA;
}
</style>
background-color css
<style>
a { background-color: #1E3CDA; }
a { background-color: rgb(30,60,218); }
div.DivClassName
{
background-color: #1E3CDA;
}
.BgClassName
{
background-color: #1E3CDA;
}
</style>
border-color css
<style>
span { border-color: #1E3CDA; }
span { border-color: rgb(30,60,218); }
td.TdClassName
{
border-color: #1E3CDA;
}
.TagClassName
{
border-color: #1E3CDA;
}
</style>