Shades of Persian Blue #1D36D5
Tints of Persian Blue #1D36D5
RGB
CMYK
RGB Variations
Color information
#1D36D5 (or 0x1D36D5) is known color: Persian Blue. HEX triplet: 1D, 36 and D5. RGB value is (29,54,213). Sum of RGB (Red+Green+Blue) = 29+54+213=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 213 (83.59% from 255 or 71.96% from 296); Max value from RGB is 213 - color contains mainly: blue. Hex color #1D36D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D36D5 is #E2C92A. Grayscale: #3F3F3F. Windows color (decimal): -14862635 or 13973021. OLE color: 13973021.
HSL color Cylindrical-coordinate representation of color #1D36D5: hue angle of 231.85º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D36D5 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 54 | 213 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.16 |
| HSL | 231.85º | 0.76% | 0.47% | - |
| HSV(B) | 231.85º | 0.86% | 0.84% | - |
| XYZ | 13.84 | 7.7 | 63.71 | - |
| YUV | 64.65 | 211.72 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 213 | 0.86 | 0.75 | 0 | 0.16 | 231.85 | 0.76 | 0.47 |
| Hex | 1D | 36 | D5 | 56 | 4B | 0 | 10 | E8 | 4C | 2F |
| Octal | 35 | 66 | 325 | 126 | 113 | 0 | 20 | 350 | 114 | 57 |
| Binary | 11101 | 110110 | 11010101 | 1010110 | 1001011 | 0 | 10000 | 11101000 | 1001100 | 101111 |
Color Harmonies of #1D36D5
Complementary color
Monochromatic Colors of #1D36D5
Black with #1D36D5
Text Example
Text Example
White with #1D36D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D36D5; }
p { color: rgb(29,54,213); }
H1.HeaderClassName
{
color: #1D36D5;
}
.AnyTagClassName
{
color: #1D36D5;
}
</style>
background-color css
<style>
a { background-color: #1D36D5; }
a { background-color: rgb(29,54,213); }
div.DivClassName
{
background-color: #1D36D5;
}
.BgClassName
{
background-color: #1D36D5;
}
</style>
border-color css
<style>
span { border-color: #1D36D5; }
span { border-color: rgb(29,54,213); }
td.TdClassName
{
border-color: #1D36D5;
}
.TagClassName
{
border-color: #1D36D5;
}
</style>