Shades of Persian Blue #1D3AAE
Tints of Persian Blue #1D3AAE
RGB
CMYK
RGB Variations
Color information
#1D3AAE (or 0x1D3AAE) is known color: Persian Blue. HEX triplet: 1D, 3A and AE. RGB value is (29,58,174). Sum of RGB (Red+Green+Blue) = 29+58+174=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D3AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3AAE is #E2C551. Grayscale: #3E3E3E. Windows color (decimal): -14861650 or 11418141. OLE color: 11418141.
HSL color Cylindrical-coordinate representation of color #1D3AAE: hue angle of 228º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D3AAE is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 58 | 174 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.32 |
| HSL | 228º | 0.71% | 0.4% | - |
| HSV(B) | 228º | 0.83% | 0.68% | - |
| XYZ | 9.66 | 6.34 | 40.76 | - |
| YUV | 62.55 | 190.89 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 174 | 0.83 | 0.67 | 0 | 0.32 | 228 | 0.71 | 0.4 |
| Hex | 1D | 3A | AE | 53 | 43 | 0 | 20 | E4 | 47 | 28 |
| Octal | 35 | 72 | 256 | 123 | 103 | 0 | 40 | 344 | 107 | 50 |
| Binary | 11101 | 111010 | 10101110 | 1010011 | 1000011 | 0 | 100000 | 11100100 | 1000111 | 101000 |
Color Harmonies of #1D3AAE
Complementary color
Monochromatic Colors of #1D3AAE
Black with #1D3AAE
Text Example
Text Example
White with #1D3AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3AAE; }
p { color: rgb(29,58,174); }
H1.HeaderClassName
{
color: #1D3AAE;
}
.AnyTagClassName
{
color: #1D3AAE;
}
</style>
background-color css
<style>
a { background-color: #1D3AAE; }
a { background-color: rgb(29,58,174); }
div.DivClassName
{
background-color: #1D3AAE;
}
.BgClassName
{
background-color: #1D3AAE;
}
</style>
border-color css
<style>
span { border-color: #1D3AAE; }
span { border-color: rgb(29,58,174); }
td.TdClassName
{
border-color: #1D3AAE;
}
.TagClassName
{
border-color: #1D3AAE;
}
</style>