Shades of Persian Blue #1D3BB8
Tints of Persian Blue #1D3BB8
RGB
CMYK
RGB Variations
Color information
#1D3BB8 (or 0x1D3BB8) is known color: Persian Blue. HEX triplet: 1D, 3B and B8. RGB value is (29,59,184). Sum of RGB (Red+Green+Blue) = 29+59+184=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 184 (72.27% from 255 or 67.65% from 272); Max value from RGB is 184 - color contains mainly: blue. Hex color #1D3BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3BB8 is #E2C447. Grayscale: #3F3F3F. Windows color (decimal): -14861384 or 12073757. OLE color: 12073757.
HSL color Cylindrical-coordinate representation of color #1D3BB8: hue angle of 228.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D3BB8 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 59 | 184 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.28 |
| HSL | 228.39º | 0.73% | 0.42% | - |
| HSV(B) | 228.39º | 0.84% | 0.72% | - |
| XYZ | 10.72 | 6.85 | 46.1 | - |
| YUV | 64.28 | 195.56 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 59 | 184 | 0.84 | 0.68 | 0 | 0.28 | 228.39 | 0.73 | 0.42 |
| Hex | 1D | 3B | B8 | 54 | 44 | 0 | 1C | E4 | 49 | 2A |
| Octal | 35 | 73 | 270 | 124 | 104 | 0 | 34 | 344 | 111 | 52 |
| Binary | 11101 | 111011 | 10111000 | 1010100 | 1000100 | 0 | 11100 | 11100100 | 1001001 | 101010 |
Color Harmonies of #1D3BB8
Complementary color
Monochromatic Colors of #1D3BB8
Black with #1D3BB8
Text Example
Text Example
White with #1D3BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3BB8; }
p { color: rgb(29,59,184); }
H1.HeaderClassName
{
color: #1D3BB8;
}
.AnyTagClassName
{
color: #1D3BB8;
}
</style>
background-color css
<style>
a { background-color: #1D3BB8; }
a { background-color: rgb(29,59,184); }
div.DivClassName
{
background-color: #1D3BB8;
}
.BgClassName
{
background-color: #1D3BB8;
}
</style>
border-color css
<style>
span { border-color: #1D3BB8; }
span { border-color: rgb(29,59,184); }
td.TdClassName
{
border-color: #1D3BB8;
}
.TagClassName
{
border-color: #1D3BB8;
}
</style>