Shades of Persian Blue #1E35AC
Tints of Persian Blue #1E35AC
RGB
CMYK
RGB Variations
Color information
#1E35AC (or 0x1E35AC) is known color: Persian Blue. HEX triplet: 1E, 35 and AC. RGB value is (30,53,172). Sum of RGB (Red+Green+Blue) = 30+53+172=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E35AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E35AC is #E1CA53. Grayscale: #3B3B3B. Windows color (decimal): -14797396 or 11285790. OLE color: 11285790.
HSL color Cylindrical-coordinate representation of color #1E35AC: hue angle of 230.28º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E35AC is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 53 | 172 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.33 |
| HSL | 230.28º | 0.7% | 0.4% | - |
| HSV(B) | 230.28º | 0.83% | 0.67% | - |
| XYZ | 9.25 | 5.8 | 39.66 | - |
| YUV | 59.69 | 191.38 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 53 | 172 | 0.83 | 0.69 | 0 | 0.33 | 230.28 | 0.7 | 0.4 |
| Hex | 1E | 35 | AC | 53 | 45 | 0 | 21 | E6 | 46 | 28 |
| Octal | 36 | 65 | 254 | 123 | 105 | 0 | 41 | 346 | 106 | 50 |
| Binary | 11110 | 110101 | 10101100 | 1010011 | 1000101 | 0 | 100001 | 11100110 | 1000110 | 101000 |
Color Harmonies of #1E35AC
Complementary color
Monochromatic Colors of #1E35AC
Black with #1E35AC
Text Example
Text Example
White with #1E35AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E35AC; }
p { color: rgb(30,53,172); }
H1.HeaderClassName
{
color: #1E35AC;
}
.AnyTagClassName
{
color: #1E35AC;
}
</style>
background-color css
<style>
a { background-color: #1E35AC; }
a { background-color: rgb(30,53,172); }
div.DivClassName
{
background-color: #1E35AC;
}
.BgClassName
{
background-color: #1E35AC;
}
</style>
border-color css
<style>
span { border-color: #1E35AC; }
span { border-color: rgb(30,53,172); }
td.TdClassName
{
border-color: #1E35AC;
}
.TagClassName
{
border-color: #1E35AC;
}
</style>