Shades of Persian Blue #1D35DC
Tints of Persian Blue #1D35DC
RGB
CMYK
RGB Variations
Color information
#1D35DC (or 0x1D35DC) is known color: Persian Blue. HEX triplet: 1D, 35 and DC. RGB value is (29,53,220). Sum of RGB (Red+Green+Blue) = 29+53+220=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D35DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D35DC is #E2CA23. Grayscale: #404040. Windows color (decimal): -14862884 or 14431517. OLE color: 14431517.
HSL color Cylindrical-coordinate representation of color #1D35DC: hue angle of 232.46º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D35DC is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 53 | 220 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.14 |
| HSL | 232.46º | 0.77% | 0.49% | - |
| HSV(B) | 232.46º | 0.87% | 0.86% | - |
| XYZ | 14.7 | 7.97 | 68.47 | - |
| YUV | 64.86 | 215.55 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 220 | 0.87 | 0.76 | 0 | 0.14 | 232.46 | 0.77 | 0.49 |
| Hex | 1D | 35 | DC | 57 | 4C | 0 | E | E8 | 4D | 31 |
| Octal | 35 | 65 | 334 | 127 | 114 | 0 | 16 | 350 | 115 | 61 |
| Binary | 11101 | 110101 | 11011100 | 1010111 | 1001100 | 0 | 1110 | 11101000 | 1001101 | 110001 |
Color Harmonies of #1D35DC
Complementary color
Monochromatic Colors of #1D35DC
Black with #1D35DC
Text Example
Text Example
White with #1D35DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D35DC; }
p { color: rgb(29,53,220); }
H1.HeaderClassName
{
color: #1D35DC;
}
.AnyTagClassName
{
color: #1D35DC;
}
</style>
background-color css
<style>
a { background-color: #1D35DC; }
a { background-color: rgb(29,53,220); }
div.DivClassName
{
background-color: #1D35DC;
}
.BgClassName
{
background-color: #1D35DC;
}
</style>
border-color css
<style>
span { border-color: #1D35DC; }
span { border-color: rgb(29,53,220); }
td.TdClassName
{
border-color: #1D35DC;
}
.TagClassName
{
border-color: #1D35DC;
}
</style>