Shades of Persian Blue #1C3BDB
Tints of Persian Blue #1C3BDB
RGB
CMYK
RGB Variations
Color information
#1C3BDB (or 0x1C3BDB) is known color: Persian Blue. HEX triplet: 1C, 3B and DB. RGB value is (28,59,219). Sum of RGB (Red+Green+Blue) = 28+59+219=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C3BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3BDB is #E3C424. Grayscale: #434343. Windows color (decimal): -14926885 or 14367516. OLE color: 14367516.
HSL color Cylindrical-coordinate representation of color #1C3BDB: hue angle of 230.26º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C3BDB is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 59 | 219 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.14 |
| HSL | 230.26º | 0.77% | 0.48% | - |
| HSV(B) | 230.26º | 0.87% | 0.86% | - |
| XYZ | 14.83 | 8.49 | 67.87 | - |
| YUV | 67.97 | 213.23 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 59 | 219 | 0.87 | 0.73 | 0 | 0.14 | 230.26 | 0.77 | 0.48 |
| Hex | 1C | 3B | DB | 57 | 49 | 0 | E | E6 | 4D | 30 |
| Octal | 34 | 73 | 333 | 127 | 111 | 0 | 16 | 346 | 115 | 60 |
| Binary | 11100 | 111011 | 11011011 | 1010111 | 1001001 | 0 | 1110 | 11100110 | 1001101 | 110000 |
Color Harmonies of #1C3BDB
Complementary color
Monochromatic Colors of #1C3BDB
Black with #1C3BDB
Text Example
Text Example
White with #1C3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3BDB; }
p { color: rgb(28,59,219); }
H1.HeaderClassName
{
color: #1C3BDB;
}
.AnyTagClassName
{
color: #1C3BDB;
}
</style>
background-color css
<style>
a { background-color: #1C3BDB; }
a { background-color: rgb(28,59,219); }
div.DivClassName
{
background-color: #1C3BDB;
}
.BgClassName
{
background-color: #1C3BDB;
}
</style>
border-color css
<style>
span { border-color: #1C3BDB; }
span { border-color: rgb(28,59,219); }
td.TdClassName
{
border-color: #1C3BDB;
}
.TagClassName
{
border-color: #1C3BDB;
}
</style>