Shades of Persian Blue #1D3BBE
Tints of Persian Blue #1D3BBE
RGB
CMYK
RGB Variations
Color information
#1D3BBE (or 0x1D3BBE) is known color: Persian Blue. HEX triplet: 1D, 3B and BE. RGB value is (29,59,190). Sum of RGB (Red+Green+Blue) = 29+59+190=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D3BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3BBE is #E2C441. Grayscale: #404040. Windows color (decimal): -14861378 or 12466973. OLE color: 12466973.
HSL color Cylindrical-coordinate representation of color #1D3BBE: hue angle of 228.82º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D3BBE is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 59 | 190 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.25 |
| HSL | 228.82º | 0.74% | 0.43% | - |
| HSV(B) | 228.82º | 0.85% | 0.75% | - |
| XYZ | 11.36 | 7.11 | 49.49 | - |
| YUV | 64.96 | 198.56 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 59 | 190 | 0.85 | 0.69 | 0 | 0.25 | 228.82 | 0.74 | 0.43 |
| Hex | 1D | 3B | BE | 55 | 45 | 0 | 19 | E5 | 4A | 2B |
| Octal | 35 | 73 | 276 | 125 | 105 | 0 | 31 | 345 | 112 | 53 |
| Binary | 11101 | 111011 | 10111110 | 1010101 | 1000101 | 0 | 11001 | 11100101 | 1001010 | 101011 |
Color Harmonies of #1D3BBE
Complementary color
Monochromatic Colors of #1D3BBE
Black with #1D3BBE
Text Example
Text Example
White with #1D3BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3BBE; }
p { color: rgb(29,59,190); }
H1.HeaderClassName
{
color: #1D3BBE;
}
.AnyTagClassName
{
color: #1D3BBE;
}
</style>
background-color css
<style>
a { background-color: #1D3BBE; }
a { background-color: rgb(29,59,190); }
div.DivClassName
{
background-color: #1D3BBE;
}
.BgClassName
{
background-color: #1D3BBE;
}
</style>
border-color css
<style>
span { border-color: #1D3BBE; }
span { border-color: rgb(29,59,190); }
td.TdClassName
{
border-color: #1D3BBE;
}
.TagClassName
{
border-color: #1D3BBE;
}
</style>