Shades of Persian Blue #1D3EDC
Tints of Persian Blue #1D3EDC
RGB
CMYK
RGB Variations
Color information
#1D3EDC (or 0x1D3EDC) is known color: Persian Blue. HEX triplet: 1D, 3E and DC. RGB value is (29,62,220). Sum of RGB (Red+Green+Blue) = 29+62+220=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D3EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3EDC is #E2C123. Grayscale: #454545. Windows color (decimal): -14860580 or 14433821. OLE color: 14433821.
HSL color Cylindrical-coordinate representation of color #1D3EDC: hue angle of 229.63º 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 #1D3EDC is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 62 | 220 | - |
| CMYK | 0.87 | 0.72 | 0 | 0.14 |
| HSL | 229.63º | 0.77% | 0.49% | - |
| HSV(B) | 229.63º | 0.87% | 0.86% | - |
| XYZ | 15.15 | 8.87 | 68.62 | - |
| YUV | 70.15 | 212.57 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 220 | 0.87 | 0.72 | 0 | 0.14 | 229.63 | 0.77 | 0.49 |
| Hex | 1D | 3E | DC | 57 | 48 | 0 | E | E6 | 4D | 31 |
| Octal | 35 | 76 | 334 | 127 | 110 | 0 | 16 | 346 | 115 | 61 |
| Binary | 11101 | 111110 | 11011100 | 1010111 | 1001000 | 0 | 1110 | 11100110 | 1001101 | 110001 |
Color Harmonies of #1D3EDC
Complementary color
Monochromatic Colors of #1D3EDC
Black with #1D3EDC
Text Example
Text Example
White with #1D3EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3EDC; }
p { color: rgb(29,62,220); }
H1.HeaderClassName
{
color: #1D3EDC;
}
.AnyTagClassName
{
color: #1D3EDC;
}
</style>
background-color css
<style>
a { background-color: #1D3EDC; }
a { background-color: rgb(29,62,220); }
div.DivClassName
{
background-color: #1D3EDC;
}
.BgClassName
{
background-color: #1D3EDC;
}
</style>
border-color css
<style>
span { border-color: #1D3EDC; }
span { border-color: rgb(29,62,220); }
td.TdClassName
{
border-color: #1D3EDC;
}
.TagClassName
{
border-color: #1D3EDC;
}
</style>