Shades of Persian Blue #1D3FCD
Tints of Persian Blue #1D3FCD
RGB
CMYK
RGB Variations
Color information
#1D3FCD (or 0x1D3FCD) is known color: Persian Blue. HEX triplet: 1D, 3F and CD. RGB value is (29,63,205). Sum of RGB (Red+Green+Blue) = 29+63+205=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D3FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3FCD is #E2C032. Grayscale: #444444. Windows color (decimal): -14860339 or 13451037. OLE color: 13451037.
HSL color Cylindrical-coordinate representation of color #1D3FCD: hue angle of 228.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D3FCD is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 63 | 205 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.20 |
| HSL | 228.41º | 0.75% | 0.46% | - |
| HSV(B) | 228.41º | 0.86% | 0.8% | - |
| XYZ | 13.3 | 8.22 | 58.64 | - |
| YUV | 69.02 | 204.74 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 205 | 0.86 | 0.69 | 0 | 0.20 | 228.41 | 0.75 | 0.46 |
| Hex | 1D | 3F | CD | 56 | 45 | 0 | 14 | E4 | 4B | 2E |
| Octal | 35 | 77 | 315 | 126 | 105 | 0 | 24 | 344 | 113 | 56 |
| Binary | 11101 | 111111 | 11001101 | 1010110 | 1000101 | 0 | 10100 | 11100100 | 1001011 | 101110 |
Color Harmonies of #1D3FCD
Complementary color
Monochromatic Colors of #1D3FCD
Black with #1D3FCD
Text Example
Text Example
White with #1D3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3FCD; }
p { color: rgb(29,63,205); }
H1.HeaderClassName
{
color: #1D3FCD;
}
.AnyTagClassName
{
color: #1D3FCD;
}
</style>
background-color css
<style>
a { background-color: #1D3FCD; }
a { background-color: rgb(29,63,205); }
div.DivClassName
{
background-color: #1D3FCD;
}
.BgClassName
{
background-color: #1D3FCD;
}
</style>
border-color css
<style>
span { border-color: #1D3FCD; }
span { border-color: rgb(29,63,205); }
td.TdClassName
{
border-color: #1D3FCD;
}
.TagClassName
{
border-color: #1D3FCD;
}
</style>