Shades of Persian Blue #1E36DA
Tints of Persian Blue #1E36DA
RGB
CMYK
RGB Variations
Color information
#1E36DA (or 0x1E36DA) is known color: Persian Blue. HEX triplet: 1E, 36 and DA. RGB value is (30,54,218). Sum of RGB (Red+Green+Blue) = 30+54+218=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E36DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E36DA is #E1C925. Grayscale: #404040. Windows color (decimal): -14797094 or 14300702. OLE color: 14300702.
HSL color Cylindrical-coordinate representation of color #1E36DA: hue angle of 232.34º 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 #1E36DA is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 54 | 218 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.15 |
| HSL | 232.34º | 0.76% | 0.49% | - |
| HSV(B) | 232.34º | 0.86% | 0.85% | - |
| XYZ | 14.51 | 7.98 | 67.1 | - |
| YUV | 65.52 | 214.05 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 218 | 0.86 | 0.75 | 0 | 0.15 | 232.34 | 0.76 | 0.49 |
| Hex | 1E | 36 | DA | 56 | 4B | 0 | F | E8 | 4C | 31 |
| Octal | 36 | 66 | 332 | 126 | 113 | 0 | 17 | 350 | 114 | 61 |
| Binary | 11110 | 110110 | 11011010 | 1010110 | 1001011 | 0 | 1111 | 11101000 | 1001100 | 110001 |
Color Harmonies of #1E36DA
Complementary color
Monochromatic Colors of #1E36DA
Black with #1E36DA
Text Example
Text Example
White with #1E36DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E36DA; }
p { color: rgb(30,54,218); }
H1.HeaderClassName
{
color: #1E36DA;
}
.AnyTagClassName
{
color: #1E36DA;
}
</style>
background-color css
<style>
a { background-color: #1E36DA; }
a { background-color: rgb(30,54,218); }
div.DivClassName
{
background-color: #1E36DA;
}
.BgClassName
{
background-color: #1E36DA;
}
</style>
border-color css
<style>
span { border-color: #1E36DA; }
span { border-color: rgb(30,54,218); }
td.TdClassName
{
border-color: #1E36DA;
}
.TagClassName
{
border-color: #1E36DA;
}
</style>