Shades of Persian Blue #2628DB
Tints of Persian Blue #2628DB
RGB
CMYK
RGB Variations
Color information
#2628DB (or 0x2628DB) is known color: Persian Blue. HEX triplet: 26, 28 and DB. RGB value is (38,40,219). Sum of RGB (Red+Green+Blue) = 38+40+219=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 40 (16.02% from 255 or 13.47% 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 #2628DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2628DB is #D9D724. Grayscale: #3B3B3B. Windows color (decimal): -14276389 or 14362662. OLE color: 14362662.
HSL color Cylindrical-coordinate representation of color #2628DB: hue angle of 239.34º 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 #2628DB is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 40 | 219 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.14 |
| HSL | 239.34º | 0.72% | 0.5% | - |
| HSV(B) | 239.34º | 0.83% | 0.86% | - |
| XYZ | 14.34 | 7.04 | 67.62 | - |
| YUV | 59.81 | 217.84 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 219 | 0.83 | 0.82 | 0 | 0.14 | 239.34 | 0.72 | 0.5 |
| Hex | 26 | 28 | DB | 53 | 52 | 0 | E | EF | 48 | 32 |
| Octal | 46 | 50 | 333 | 123 | 122 | 0 | 16 | 357 | 110 | 62 |
| Binary | 100110 | 101000 | 11011011 | 1010011 | 1010010 | 0 | 1110 | 11101111 | 1001000 | 110010 |
Color Harmonies of #2628DB
Complementary color
Monochromatic Colors of #2628DB
Black with #2628DB
Text Example
Text Example
White with #2628DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2628DB; }
p { color: rgb(38,40,219); }
H1.HeaderClassName
{
color: #2628DB;
}
.AnyTagClassName
{
color: #2628DB;
}
</style>
background-color css
<style>
a { background-color: #2628DB; }
a { background-color: rgb(38,40,219); }
div.DivClassName
{
background-color: #2628DB;
}
.BgClassName
{
background-color: #2628DB;
}
</style>
border-color css
<style>
span { border-color: #2628DB; }
span { border-color: rgb(38,40,219); }
td.TdClassName
{
border-color: #2628DB;
}
.TagClassName
{
border-color: #2628DB;
}
</style>