Shades of Persian Blue #1D3ADD
Tints of Persian Blue #1D3ADD
RGB
CMYK
RGB Variations
Color information
#1D3ADD (or 0x1D3ADD) is known color: Persian Blue. HEX triplet: 1D, 3A and DD. RGB value is (29,58,221). Sum of RGB (Red+Green+Blue) = 29+58+221=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D3ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3ADD is #E2C522. Grayscale: #434343. Windows color (decimal): -14861603 or 14498333. OLE color: 14498333.
HSL color Cylindrical-coordinate representation of color #1D3ADD: hue angle of 230.94º 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 #1D3ADD is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 58 | 221 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.13 |
| HSL | 230.94º | 0.77% | 0.49% | - |
| HSV(B) | 230.94º | 0.87% | 0.87% | - |
| XYZ | 15.07 | 8.51 | 69.25 | - |
| YUV | 67.91 | 214.39 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 221 | 0.87 | 0.74 | 0 | 0.13 | 230.94 | 0.77 | 0.49 |
| Hex | 1D | 3A | DD | 57 | 4A | 0 | D | E7 | 4D | 31 |
| Octal | 35 | 72 | 335 | 127 | 112 | 0 | 15 | 347 | 115 | 61 |
| Binary | 11101 | 111010 | 11011101 | 1010111 | 1001010 | 0 | 1101 | 11100111 | 1001101 | 110001 |
Color Harmonies of #1D3ADD
Complementary color
Monochromatic Colors of #1D3ADD
Black with #1D3ADD
Text Example
Text Example
White with #1D3ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3ADD; }
p { color: rgb(29,58,221); }
H1.HeaderClassName
{
color: #1D3ADD;
}
.AnyTagClassName
{
color: #1D3ADD;
}
</style>
background-color css
<style>
a { background-color: #1D3ADD; }
a { background-color: rgb(29,58,221); }
div.DivClassName
{
background-color: #1D3ADD;
}
.BgClassName
{
background-color: #1D3ADD;
}
</style>
border-color css
<style>
span { border-color: #1D3ADD; }
span { border-color: rgb(29,58,221); }
td.TdClassName
{
border-color: #1D3ADD;
}
.TagClassName
{
border-color: #1D3ADD;
}
</style>