Shades of Persian Blue #1D37DC
Tints of Persian Blue #1D37DC
RGB
CMYK
RGB Variations
Color information
#1D37DC (or 0x1D37DC) is known color: Persian Blue. HEX triplet: 1D, 37 and DC. RGB value is (29,55,220). Sum of RGB (Red+Green+Blue) = 29+55+220=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D37DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D37DC is #E2C823. Grayscale: #414141. Windows color (decimal): -14862372 or 14432029. OLE color: 14432029.
HSL color Cylindrical-coordinate representation of color #1D37DC: hue angle of 231.83º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D37DC is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 55 | 220 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.14 |
| HSL | 231.83º | 0.77% | 0.49% | - |
| HSV(B) | 231.83º | 0.87% | 0.86% | - |
| XYZ | 14.79 | 8.16 | 68.51 | - |
| YUV | 66.04 | 214.89 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 220 | 0.87 | 0.75 | 0 | 0.14 | 231.83 | 0.77 | 0.49 |
| Hex | 1D | 37 | DC | 57 | 4B | 0 | E | E8 | 4D | 31 |
| Octal | 35 | 67 | 334 | 127 | 113 | 0 | 16 | 350 | 115 | 61 |
| Binary | 11101 | 110111 | 11011100 | 1010111 | 1001011 | 0 | 1110 | 11101000 | 1001101 | 110001 |
Color Harmonies of #1D37DC
Complementary color
Monochromatic Colors of #1D37DC
Black with #1D37DC
Text Example
Text Example
White with #1D37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D37DC; }
p { color: rgb(29,55,220); }
H1.HeaderClassName
{
color: #1D37DC;
}
.AnyTagClassName
{
color: #1D37DC;
}
</style>
background-color css
<style>
a { background-color: #1D37DC; }
a { background-color: rgb(29,55,220); }
div.DivClassName
{
background-color: #1D37DC;
}
.BgClassName
{
background-color: #1D37DC;
}
</style>
border-color css
<style>
span { border-color: #1D37DC; }
span { border-color: rgb(29,55,220); }
td.TdClassName
{
border-color: #1D37DC;
}
.TagClassName
{
border-color: #1D37DC;
}
</style>