Shades of Persian Blue #1E37DD
Tints of Persian Blue #1E37DD
RGB
CMYK
RGB Variations
Color information
#1E37DD (or 0x1E37DD) is known color: Persian Blue. HEX triplet: 1E, 37 and DD. RGB value is (30,55,221). Sum of RGB (Red+Green+Blue) = 30+55+221=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E37DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E37DD is #E1C822. Grayscale: #414141. Windows color (decimal): -14796835 or 14497566. OLE color: 14497566.
HSL color Cylindrical-coordinate representation of color #1E37DD: hue angle of 232.15º 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 #1E37DD is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 55 | 221 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.13 |
| HSL | 232.15º | 0.76% | 0.49% | - |
| HSV(B) | 232.15º | 0.86% | 0.87% | - |
| XYZ | 14.95 | 8.23 | 69.21 | - |
| YUV | 66.45 | 215.22 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 55 | 221 | 0.86 | 0.75 | 0 | 0.13 | 232.15 | 0.76 | 0.49 |
| Hex | 1E | 37 | DD | 56 | 4B | 0 | D | E8 | 4C | 31 |
| Octal | 36 | 67 | 335 | 126 | 113 | 0 | 15 | 350 | 114 | 61 |
| Binary | 11110 | 110111 | 11011101 | 1010110 | 1001011 | 0 | 1101 | 11101000 | 1001100 | 110001 |
Color Harmonies of #1E37DD
Complementary color
Monochromatic Colors of #1E37DD
Black with #1E37DD
Text Example
Text Example
White with #1E37DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E37DD; }
p { color: rgb(30,55,221); }
H1.HeaderClassName
{
color: #1E37DD;
}
.AnyTagClassName
{
color: #1E37DD;
}
</style>
background-color css
<style>
a { background-color: #1E37DD; }
a { background-color: rgb(30,55,221); }
div.DivClassName
{
background-color: #1E37DD;
}
.BgClassName
{
background-color: #1E37DD;
}
</style>
border-color css
<style>
span { border-color: #1E37DD; }
span { border-color: rgb(30,55,221); }
td.TdClassName
{
border-color: #1E37DD;
}
.TagClassName
{
border-color: #1E37DD;
}
</style>