Shades of Persian Blue #1E37EF
Tints of Persian Blue #1E37EF
RGB
CMYK
RGB Variations
Color information
#1E37EF (or 0x1E37EF) is known color: Persian Blue. HEX triplet: 1E, 37 and EF. RGB value is (30,55,239). Sum of RGB (Red+Green+Blue) = 30+55+239=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E37EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E37EF is #E1C810. Grayscale: #434343. Windows color (decimal): -14796817 or 15677214. OLE color: 15677214.
HSL color Cylindrical-coordinate representation of color #1E37EF: hue angle of 232.82º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E37EF is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 55 | 239 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.06 |
| HSL | 232.82º | 0.87% | 0.53% | - |
| HSV(B) | 232.82º | 0.87% | 0.94% | - |
| XYZ | 17.48 | 9.24 | 82.52 | - |
| YUV | 68.5 | 224.22 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 55 | 239 | 0.87 | 0.77 | 0 | 0.06 | 232.82 | 0.87 | 0.53 |
| Hex | 1E | 37 | EF | 57 | 4D | 0 | 6 | E9 | 57 | 35 |
| Octal | 36 | 67 | 357 | 127 | 115 | 0 | 6 | 351 | 127 | 65 |
| Binary | 11110 | 110111 | 11101111 | 1010111 | 1001101 | 0 | 110 | 11101001 | 1010111 | 110101 |
Color Harmonies of #1E37EF
Complementary color
Monochromatic Colors of #1E37EF
Black with #1E37EF
Text Example
Text Example
White with #1E37EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E37EF; }
p { color: rgb(30,55,239); }
H1.HeaderClassName
{
color: #1E37EF;
}
.AnyTagClassName
{
color: #1E37EF;
}
</style>
background-color css
<style>
a { background-color: #1E37EF; }
a { background-color: rgb(30,55,239); }
div.DivClassName
{
background-color: #1E37EF;
}
.BgClassName
{
background-color: #1E37EF;
}
</style>
border-color css
<style>
span { border-color: #1E37EF; }
span { border-color: rgb(30,55,239); }
td.TdClassName
{
border-color: #1E37EF;
}
.TagClassName
{
border-color: #1E37EF;
}
</style>