Shades of Persian Blue #1D3FBC
Tints of Persian Blue #1D3FBC
RGB
CMYK
RGB Variations
Color information
#1D3FBC (or 0x1D3FBC) is known color: Persian Blue. HEX triplet: 1D, 3F and BC. RGB value is (29,63,188). Sum of RGB (Red+Green+Blue) = 29+63+188=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D3FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3FBC is #E2C043. Grayscale: #424242. Windows color (decimal): -14860356 or 12336925. OLE color: 12336925.
HSL color Cylindrical-coordinate representation of color #1D3FBC: hue angle of 227.17º 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 #1D3FBC is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 63 | 188 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.26 |
| HSL | 227.17º | 0.73% | 0.43% | - |
| HSV(B) | 227.17º | 0.85% | 0.74% | - |
| XYZ | 11.36 | 7.45 | 48.42 | - |
| YUV | 67.08 | 196.24 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 188 | 0.85 | 0.66 | 0 | 0.26 | 227.17 | 0.73 | 0.43 |
| Hex | 1D | 3F | BC | 55 | 42 | 0 | 1A | E3 | 49 | 2B |
| Octal | 35 | 77 | 274 | 125 | 102 | 0 | 32 | 343 | 111 | 53 |
| Binary | 11101 | 111111 | 10111100 | 1010101 | 1000010 | 0 | 11010 | 11100011 | 1001001 | 101011 |
Color Harmonies of #1D3FBC
Complementary color
Monochromatic Colors of #1D3FBC
Black with #1D3FBC
Text Example
Text Example
White with #1D3FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3FBC; }
p { color: rgb(29,63,188); }
H1.HeaderClassName
{
color: #1D3FBC;
}
.AnyTagClassName
{
color: #1D3FBC;
}
</style>
background-color css
<style>
a { background-color: #1D3FBC; }
a { background-color: rgb(29,63,188); }
div.DivClassName
{
background-color: #1D3FBC;
}
.BgClassName
{
background-color: #1D3FBC;
}
</style>
border-color css
<style>
span { border-color: #1D3FBC; }
span { border-color: rgb(29,63,188); }
td.TdClassName
{
border-color: #1D3FBC;
}
.TagClassName
{
border-color: #1D3FBC;
}
</style>