Shades of Persian Blue #1D3CBD
Tints of Persian Blue #1D3CBD
RGB
CMYK
RGB Variations
Color information
#1D3CBD (or 0x1D3CBD) is known color: Persian Blue. HEX triplet: 1D, 3C and BD. RGB value is (29,60,189). Sum of RGB (Red+Green+Blue) = 29+60+189=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #1D3CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3CBD is #E2C342. Grayscale: #404040. Windows color (decimal): -14861123 or 12401693. OLE color: 12401693.
HSL color Cylindrical-coordinate representation of color #1D3CBD: hue angle of 228.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D3CBD is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 60 | 189 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.26 |
| HSL | 228.38º | 0.73% | 0.43% | - |
| HSV(B) | 228.38º | 0.85% | 0.74% | - |
| XYZ | 11.31 | 7.17 | 48.93 | - |
| YUV | 65.44 | 197.73 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 189 | 0.85 | 0.68 | 0 | 0.26 | 228.38 | 0.73 | 0.43 |
| Hex | 1D | 3C | BD | 55 | 44 | 0 | 1A | E4 | 49 | 2B |
| Octal | 35 | 74 | 275 | 125 | 104 | 0 | 32 | 344 | 111 | 53 |
| Binary | 11101 | 111100 | 10111101 | 1010101 | 1000100 | 0 | 11010 | 11100100 | 1001001 | 101011 |
Color Harmonies of #1D3CBD
Complementary color
Monochromatic Colors of #1D3CBD
Black with #1D3CBD
Text Example
Text Example
White with #1D3CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3CBD; }
p { color: rgb(29,60,189); }
H1.HeaderClassName
{
color: #1D3CBD;
}
.AnyTagClassName
{
color: #1D3CBD;
}
</style>
background-color css
<style>
a { background-color: #1D3CBD; }
a { background-color: rgb(29,60,189); }
div.DivClassName
{
background-color: #1D3CBD;
}
.BgClassName
{
background-color: #1D3CBD;
}
</style>
border-color css
<style>
span { border-color: #1D3CBD; }
span { border-color: rgb(29,60,189); }
td.TdClassName
{
border-color: #1D3CBD;
}
.TagClassName
{
border-color: #1D3CBD;
}
</style>