Shades of Persian Blue #1D3FBD
Tints of Persian Blue #1D3FBD
RGB
CMYK
RGB Variations
Color information
#1D3FBD (or 0x1D3FBD) is known color: Persian Blue. HEX triplet: 1D, 3F and BD. RGB value is (29,63,189). Sum of RGB (Red+Green+Blue) = 29+63+189=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #1D3FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3FBD is #E2C042. Grayscale: #424242. Windows color (decimal): -14860355 or 12402461. OLE color: 12402461.
HSL color Cylindrical-coordinate representation of color #1D3FBD: hue angle of 227.25º 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 #1D3FBD is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 63 | 189 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.26 |
| HSL | 227.25º | 0.73% | 0.43% | - |
| HSV(B) | 227.25º | 0.85% | 0.74% | - |
| XYZ | 11.47 | 7.49 | 48.99 | - |
| YUV | 67.2 | 196.74 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 189 | 0.85 | 0.67 | 0 | 0.26 | 227.25 | 0.73 | 0.43 |
| Hex | 1D | 3F | BD | 55 | 43 | 0 | 1A | E3 | 49 | 2B |
| Octal | 35 | 77 | 275 | 125 | 103 | 0 | 32 | 343 | 111 | 53 |
| Binary | 11101 | 111111 | 10111101 | 1010101 | 1000011 | 0 | 11010 | 11100011 | 1001001 | 101011 |
Color Harmonies of #1D3FBD
Complementary color
Monochromatic Colors of #1D3FBD
Black with #1D3FBD
Text Example
Text Example
White with #1D3FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3FBD; }
p { color: rgb(29,63,189); }
H1.HeaderClassName
{
color: #1D3FBD;
}
.AnyTagClassName
{
color: #1D3FBD;
}
</style>
background-color css
<style>
a { background-color: #1D3FBD; }
a { background-color: rgb(29,63,189); }
div.DivClassName
{
background-color: #1D3FBD;
}
.BgClassName
{
background-color: #1D3FBD;
}
</style>
border-color css
<style>
span { border-color: #1D3FBD; }
span { border-color: rgb(29,63,189); }
td.TdClassName
{
border-color: #1D3FBD;
}
.TagClassName
{
border-color: #1D3FBD;
}
</style>