Shades of Persian Blue #1D35DF
Tints of Persian Blue #1D35DF
RGB
CMYK
RGB Variations
Color information
#1D35DF (or 0x1D35DF) is known color: Persian Blue. HEX triplet: 1D, 35 and DF. RGB value is (29,53,223). Sum of RGB (Red+Green+Blue) = 29+53+223=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D35DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D35DF is #E2CA20. Grayscale: #404040. Windows color (decimal): -14862881 or 14628125. OLE color: 14628125.
HSL color Cylindrical-coordinate representation of color #1D35DF: hue angle of 232.58º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D35DF is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 53 | 223 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.13 |
| HSL | 232.58º | 0.77% | 0.49% | - |
| HSV(B) | 232.58º | 0.87% | 0.87% | - |
| XYZ | 15.1 | 8.14 | 70.59 | - |
| YUV | 65.2 | 217.05 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 223 | 0.87 | 0.76 | 0 | 0.13 | 232.58 | 0.77 | 0.49 |
| Hex | 1D | 35 | DF | 57 | 4C | 0 | D | E9 | 4D | 31 |
| Octal | 35 | 65 | 337 | 127 | 114 | 0 | 15 | 351 | 115 | 61 |
| Binary | 11101 | 110101 | 11011111 | 1010111 | 1001100 | 0 | 1101 | 11101001 | 1001101 | 110001 |
Color Harmonies of #1D35DF
Complementary color
Monochromatic Colors of #1D35DF
Black with #1D35DF
Text Example
Text Example
White with #1D35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D35DF; }
p { color: rgb(29,53,223); }
H1.HeaderClassName
{
color: #1D35DF;
}
.AnyTagClassName
{
color: #1D35DF;
}
</style>
background-color css
<style>
a { background-color: #1D35DF; }
a { background-color: rgb(29,53,223); }
div.DivClassName
{
background-color: #1D35DF;
}
.BgClassName
{
background-color: #1D35DF;
}
</style>
border-color css
<style>
span { border-color: #1D35DF; }
span { border-color: rgb(29,53,223); }
td.TdClassName
{
border-color: #1D35DF;
}
.TagClassName
{
border-color: #1D35DF;
}
</style>