Shades of Persian Blue #1E38DE
Tints of Persian Blue #1E38DE
RGB
CMYK
RGB Variations
Color information
#1E38DE (or 0x1E38DE) is known color: Persian Blue. HEX triplet: 1E, 38 and DE. RGB value is (30,56,222). Sum of RGB (Red+Green+Blue) = 30+56+222=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E38DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E38DE is #E1C721. Grayscale: #424242. Windows color (decimal): -14796578 or 14563358. OLE color: 14563358.
HSL color Cylindrical-coordinate representation of color #1E38DE: hue angle of 231.88º 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 #1E38DE is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 56 | 222 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.13 |
| HSL | 231.88º | 0.76% | 0.49% | - |
| HSV(B) | 231.88º | 0.86% | 0.87% | - |
| XYZ | 15.13 | 8.38 | 69.93 | - |
| YUV | 67.15 | 215.39 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 222 | 0.86 | 0.75 | 0 | 0.13 | 231.88 | 0.76 | 0.49 |
| Hex | 1E | 38 | DE | 56 | 4B | 0 | D | E8 | 4C | 31 |
| Octal | 36 | 70 | 336 | 126 | 113 | 0 | 15 | 350 | 114 | 61 |
| Binary | 11110 | 111000 | 11011110 | 1010110 | 1001011 | 0 | 1101 | 11101000 | 1001100 | 110001 |
Color Harmonies of #1E38DE
Complementary color
Monochromatic Colors of #1E38DE
Black with #1E38DE
Text Example
Text Example
White with #1E38DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E38DE; }
p { color: rgb(30,56,222); }
H1.HeaderClassName
{
color: #1E38DE;
}
.AnyTagClassName
{
color: #1E38DE;
}
</style>
background-color css
<style>
a { background-color: #1E38DE; }
a { background-color: rgb(30,56,222); }
div.DivClassName
{
background-color: #1E38DE;
}
.BgClassName
{
background-color: #1E38DE;
}
</style>
border-color css
<style>
span { border-color: #1E38DE; }
span { border-color: rgb(30,56,222); }
td.TdClassName
{
border-color: #1E38DE;
}
.TagClassName
{
border-color: #1E38DE;
}
</style>