Shades of Persian Blue #1D35EA
Tints of Persian Blue #1D35EA
RGB
CMYK
RGB Variations
Color information
#1D35EA (or 0x1D35EA) is known color: Persian Blue. HEX triplet: 1D, 35 and EA. RGB value is (29,53,234). Sum of RGB (Red+Green+Blue) = 29+53+234=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #1D35EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D35EA is #E2CA15. Grayscale: #414141. Windows color (decimal): -14862870 or 15349021. OLE color: 15349021.
HSL color Cylindrical-coordinate representation of color #1D35EA: hue angle of 232.98º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D35EA is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 53 | 234 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.08 |
| HSL | 232.98º | 0.83% | 0.52% | - |
| HSV(B) | 232.98º | 0.88% | 0.92% | - |
| XYZ | 16.63 | 8.75 | 78.65 | - |
| YUV | 66.46 | 222.55 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 234 | 0.88 | 0.77 | 0 | 0.08 | 232.98 | 0.83 | 0.52 |
| Hex | 1D | 35 | EA | 58 | 4D | 0 | 8 | E9 | 53 | 34 |
| Octal | 35 | 65 | 352 | 130 | 115 | 0 | 10 | 351 | 123 | 64 |
| Binary | 11101 | 110101 | 11101010 | 1011000 | 1001101 | 0 | 1000 | 11101001 | 1010011 | 110100 |
Color Harmonies of #1D35EA
Complementary color
Monochromatic Colors of #1D35EA
Black with #1D35EA
Text Example
Text Example
White with #1D35EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D35EA; }
p { color: rgb(29,53,234); }
H1.HeaderClassName
{
color: #1D35EA;
}
.AnyTagClassName
{
color: #1D35EA;
}
</style>
background-color css
<style>
a { background-color: #1D35EA; }
a { background-color: rgb(29,53,234); }
div.DivClassName
{
background-color: #1D35EA;
}
.BgClassName
{
background-color: #1D35EA;
}
</style>
border-color css
<style>
span { border-color: #1D35EA; }
span { border-color: rgb(29,53,234); }
td.TdClassName
{
border-color: #1D35EA;
}
.TagClassName
{
border-color: #1D35EA;
}
</style>