Shades of Persian Blue #2826DB
Tints of Persian Blue #2826DB
RGB
CMYK
RGB Variations
Color information
#2826DB (or 0x2826DB) is known color: Persian Blue. HEX triplet: 28, 26 and DB. RGB value is (40,38,219). Sum of RGB (Red+Green+Blue) = 40+38+219=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #2826DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2826DB is #D7D924. Grayscale: #3A3A3A. Windows color (decimal): -14145829 or 14362152. OLE color: 14362152.
HSL color Cylindrical-coordinate representation of color #2826DB: hue angle of 240.66º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2826DB is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 38 | 219 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.14 |
| HSL | 240.66º | 0.72% | 0.5% | - |
| HSV(B) | 240.66º | 0.83% | 0.86% | - |
| XYZ | 14.35 | 6.95 | 67.6 | - |
| YUV | 59.23 | 218.16 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 219 | 0.82 | 0.83 | 0 | 0.14 | 240.66 | 0.72 | 0.5 |
| Hex | 28 | 26 | DB | 52 | 53 | 0 | E | F1 | 48 | 32 |
| Octal | 50 | 46 | 333 | 122 | 123 | 0 | 16 | 361 | 110 | 62 |
| Binary | 101000 | 100110 | 11011011 | 1010010 | 1010011 | 0 | 1110 | 11110001 | 1001000 | 110010 |
Color Harmonies of #2826DB
Complementary color
Monochromatic Colors of #2826DB
Black with #2826DB
Text Example
Text Example
White with #2826DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2826DB; }
p { color: rgb(40,38,219); }
H1.HeaderClassName
{
color: #2826DB;
}
.AnyTagClassName
{
color: #2826DB;
}
</style>
background-color css
<style>
a { background-color: #2826DB; }
a { background-color: rgb(40,38,219); }
div.DivClassName
{
background-color: #2826DB;
}
.BgClassName
{
background-color: #2826DB;
}
</style>
border-color css
<style>
span { border-color: #2826DB; }
span { border-color: rgb(40,38,219); }
td.TdClassName
{
border-color: #2826DB;
}
.TagClassName
{
border-color: #2826DB;
}
</style>