Shades of Persian Blue #1D3DED
Tints of Persian Blue #1D3DED
RGB
CMYK
RGB Variations
Color information
#1D3DED (or 0x1D3DED) is known color: Persian Blue. HEX triplet: 1D, 3D and ED. RGB value is (29,61,237). Sum of RGB (Red+Green+Blue) = 29+61+237=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #1D3DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3DED is #E2C212. Grayscale: #464646. Windows color (decimal): -14860819 or 15547677. OLE color: 15547677.
HSL color Cylindrical-coordinate representation of color #1D3DED: hue angle of 230.77º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D3DED is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 61 | 237 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.07 |
| HSL | 230.77º | 0.85% | 0.52% | - |
| HSV(B) | 230.77º | 0.88% | 0.93% | - |
| XYZ | 17.46 | 9.71 | 81.08 | - |
| YUV | 71.5 | 221.4 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 237 | 0.88 | 0.74 | 0 | 0.07 | 230.77 | 0.85 | 0.52 |
| Hex | 1D | 3D | ED | 58 | 4A | 0 | 7 | E7 | 55 | 34 |
| Octal | 35 | 75 | 355 | 130 | 112 | 0 | 7 | 347 | 125 | 64 |
| Binary | 11101 | 111101 | 11101101 | 1011000 | 1001010 | 0 | 111 | 11100111 | 1010101 | 110100 |
Color Harmonies of #1D3DED
Complementary color
Monochromatic Colors of #1D3DED
Black with #1D3DED
Text Example
Text Example
White with #1D3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3DED; }
p { color: rgb(29,61,237); }
H1.HeaderClassName
{
color: #1D3DED;
}
.AnyTagClassName
{
color: #1D3DED;
}
</style>
background-color css
<style>
a { background-color: #1D3DED; }
a { background-color: rgb(29,61,237); }
div.DivClassName
{
background-color: #1D3DED;
}
.BgClassName
{
background-color: #1D3DED;
}
</style>
border-color css
<style>
span { border-color: #1D3DED; }
span { border-color: rgb(29,61,237); }
td.TdClassName
{
border-color: #1D3DED;
}
.TagClassName
{
border-color: #1D3DED;
}
</style>