Shades of Persian Blue #1D3AEE
Tints of Persian Blue #1D3AEE
RGB
CMYK
RGB Variations
Color information
#1D3AEE (or 0x1D3AEE) is known color: Persian Blue. HEX triplet: 1D, 3A and EE. RGB value is (29,58,238). Sum of RGB (Red+Green+Blue) = 29+58+238=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 238 (93.36% from 255 or 73.23% from 325); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D3AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3AEE is #E2C511. Grayscale: #454545. Windows color (decimal): -14861586 or 15612445. OLE color: 15612445.
HSL color Cylindrical-coordinate representation of color #1D3AEE: hue angle of 231.67º degrees, saturation: 0.86, 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 #1D3AEE is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 58 | 238 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.07 |
| HSL | 231.67º | 0.86% | 0.52% | - |
| HSV(B) | 231.67º | 0.88% | 0.93% | - |
| XYZ | 17.45 | 9.46 | 81.8 | - |
| YUV | 69.85 | 222.89 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 238 | 0.88 | 0.76 | 0 | 0.07 | 231.67 | 0.86 | 0.52 |
| Hex | 1D | 3A | EE | 58 | 4C | 0 | 7 | E8 | 56 | 34 |
| Octal | 35 | 72 | 356 | 130 | 114 | 0 | 7 | 350 | 126 | 64 |
| Binary | 11101 | 111010 | 11101110 | 1011000 | 1001100 | 0 | 111 | 11101000 | 1010110 | 110100 |
Color Harmonies of #1D3AEE
Complementary color
Monochromatic Colors of #1D3AEE
Black with #1D3AEE
Text Example
Text Example
White with #1D3AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3AEE; }
p { color: rgb(29,58,238); }
H1.HeaderClassName
{
color: #1D3AEE;
}
.AnyTagClassName
{
color: #1D3AEE;
}
</style>
background-color css
<style>
a { background-color: #1D3AEE; }
a { background-color: rgb(29,58,238); }
div.DivClassName
{
background-color: #1D3AEE;
}
.BgClassName
{
background-color: #1D3AEE;
}
</style>
border-color css
<style>
span { border-color: #1D3AEE; }
span { border-color: rgb(29,58,238); }
td.TdClassName
{
border-color: #1D3AEE;
}
.TagClassName
{
border-color: #1D3AEE;
}
</style>