Shades of Persian Blue #1D38BC
Tints of Persian Blue #1D38BC
RGB
CMYK
RGB Variations
Color information
#1D38BC (or 0x1D38BC) is known color: Persian Blue. HEX triplet: 1D, 38 and BC. RGB value is (29,56,188). Sum of RGB (Red+Green+Blue) = 29+56+188=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D38BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D38BC is #E2C743. Grayscale: #3E3E3E. Windows color (decimal): -14862148 or 12335133. OLE color: 12335133.
HSL color Cylindrical-coordinate representation of color #1D38BC: hue angle of 229.81º 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 #1D38BC is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 56 | 188 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.26 |
| HSL | 229.81º | 0.73% | 0.43% | - |
| HSV(B) | 229.81º | 0.85% | 0.74% | - |
| XYZ | 11 | 6.72 | 48.29 | - |
| YUV | 62.98 | 198.55 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 188 | 0.85 | 0.70 | 0 | 0.26 | 229.81 | 0.73 | 0.43 |
| Hex | 1D | 38 | BC | 55 | 46 | 0 | 1A | E6 | 49 | 2B |
| Octal | 35 | 70 | 274 | 125 | 106 | 0 | 32 | 346 | 111 | 53 |
| Binary | 11101 | 111000 | 10111100 | 1010101 | 1000110 | 0 | 11010 | 11100110 | 1001001 | 101011 |
Color Harmonies of #1D38BC
Complementary color
Monochromatic Colors of #1D38BC
Black with #1D38BC
Text Example
Text Example
White with #1D38BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D38BC; }
p { color: rgb(29,56,188); }
H1.HeaderClassName
{
color: #1D38BC;
}
.AnyTagClassName
{
color: #1D38BC;
}
</style>
background-color css
<style>
a { background-color: #1D38BC; }
a { background-color: rgb(29,56,188); }
div.DivClassName
{
background-color: #1D38BC;
}
.BgClassName
{
background-color: #1D38BC;
}
</style>
border-color css
<style>
span { border-color: #1D38BC; }
span { border-color: rgb(29,56,188); }
td.TdClassName
{
border-color: #1D38BC;
}
.TagClassName
{
border-color: #1D38BC;
}
</style>