Shades of Persian Blue #1D3CCA
Tints of Persian Blue #1D3CCA
RGB
CMYK
RGB Variations
Color information
#1D3CCA (or 0x1D3CCA) is known color: Persian Blue. HEX triplet: 1D, 3C and CA. RGB value is (29,60,202). Sum of RGB (Red+Green+Blue) = 29+60+202=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 202 (79.30% from 255 or 69.42% from 291); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D3CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3CCA is #E2C335. Grayscale: #424242. Windows color (decimal): -14861110 or 13253661. OLE color: 13253661.
HSL color Cylindrical-coordinate representation of color #1D3CCA: hue angle of 229.25º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D3CCA is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 60 | 202 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.21 |
| HSL | 229.25º | 0.75% | 0.45% | - |
| HSV(B) | 229.25º | 0.86% | 0.79% | - |
| XYZ | 12.78 | 7.76 | 56.7 | - |
| YUV | 66.92 | 204.23 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 202 | 0.86 | 0.70 | 0 | 0.21 | 229.25 | 0.75 | 0.45 |
| Hex | 1D | 3C | CA | 56 | 46 | 0 | 15 | E5 | 4B | 2D |
| Octal | 35 | 74 | 312 | 126 | 106 | 0 | 25 | 345 | 113 | 55 |
| Binary | 11101 | 111100 | 11001010 | 1010110 | 1000110 | 0 | 10101 | 11100101 | 1001011 | 101101 |
Color Harmonies of #1D3CCA
Complementary color
Monochromatic Colors of #1D3CCA
Black with #1D3CCA
Text Example
Text Example
White with #1D3CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3CCA; }
p { color: rgb(29,60,202); }
H1.HeaderClassName
{
color: #1D3CCA;
}
.AnyTagClassName
{
color: #1D3CCA;
}
</style>
background-color css
<style>
a { background-color: #1D3CCA; }
a { background-color: rgb(29,60,202); }
div.DivClassName
{
background-color: #1D3CCA;
}
.BgClassName
{
background-color: #1D3CCA;
}
</style>
border-color css
<style>
span { border-color: #1D3CCA; }
span { border-color: rgb(29,60,202); }
td.TdClassName
{
border-color: #1D3CCA;
}
.TagClassName
{
border-color: #1D3CCA;
}
</style>