Shades of Persian Blue #1D3FD6
Tints of Persian Blue #1D3FD6
RGB
CMYK
RGB Variations
Color information
#1D3FD6 (or 0x1D3FD6) is known color: Persian Blue. HEX triplet: 1D, 3F and D6. RGB value is (29,63,214). Sum of RGB (Red+Green+Blue) = 29+63+214=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 214 (83.98% from 255 or 69.93% from 306); Max value from RGB is 214 - color contains mainly: blue. Hex color #1D3FD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3FD6 is #E2C029. Grayscale: #454545. Windows color (decimal): -14860330 or 14040861. OLE color: 14040861.
HSL color Cylindrical-coordinate representation of color #1D3FD6: hue angle of 228.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D3FD6 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 63 | 214 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.16 |
| HSL | 228.97º | 0.76% | 0.48% | - |
| HSV(B) | 228.97º | 0.86% | 0.84% | - |
| XYZ | 14.42 | 8.67 | 64.53 | - |
| YUV | 70.05 | 209.24 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 214 | 0.86 | 0.71 | 0 | 0.16 | 228.97 | 0.76 | 0.48 |
| Hex | 1D | 3F | D6 | 56 | 47 | 0 | 10 | E5 | 4C | 30 |
| Octal | 35 | 77 | 326 | 126 | 107 | 0 | 20 | 345 | 114 | 60 |
| Binary | 11101 | 111111 | 11010110 | 1010110 | 1000111 | 0 | 10000 | 11100101 | 1001100 | 110000 |
Color Harmonies of #1D3FD6
Complementary color
Monochromatic Colors of #1D3FD6
Black with #1D3FD6
Text Example
Text Example
White with #1D3FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3FD6; }
p { color: rgb(29,63,214); }
H1.HeaderClassName
{
color: #1D3FD6;
}
.AnyTagClassName
{
color: #1D3FD6;
}
</style>
background-color css
<style>
a { background-color: #1D3FD6; }
a { background-color: rgb(29,63,214); }
div.DivClassName
{
background-color: #1D3FD6;
}
.BgClassName
{
background-color: #1D3FD6;
}
</style>
border-color css
<style>
span { border-color: #1D3FD6; }
span { border-color: rgb(29,63,214); }
td.TdClassName
{
border-color: #1D3FD6;
}
.TagClassName
{
border-color: #1D3FD6;
}
</style>