Shades of Persian Blue #2624DB
Tints of Persian Blue #2624DB
RGB
CMYK
RGB Variations
Color information
#2624DB (or 0x2624DB) is known color: Persian Blue. HEX triplet: 26, 24 and DB. RGB value is (38,36,219). Sum of RGB (Red+Green+Blue) = 38+36+219=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #2624DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2624DB is #D9DB24. Grayscale: #383838. Windows color (decimal): -14277413 or 14361638. OLE color: 14361638.
HSL color Cylindrical-coordinate representation of color #2624DB: 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.84%. Process color model (Four color, CMYK) of #2624DB is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 36 | 219 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.14 |
| HSL | 240.66º | 0.72% | 0.5% | - |
| HSV(B) | 240.66º | 0.84% | 0.86% | - |
| XYZ | 14.22 | 6.79 | 67.58 | - |
| YUV | 57.46 | 219.16 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 219 | 0.83 | 0.84 | 0 | 0.14 | 240.66 | 0.72 | 0.5 |
| Hex | 26 | 24 | DB | 53 | 54 | 0 | E | F1 | 48 | 32 |
| Octal | 46 | 44 | 333 | 123 | 124 | 0 | 16 | 361 | 110 | 62 |
| Binary | 100110 | 100100 | 11011011 | 1010011 | 1010100 | 0 | 1110 | 11110001 | 1001000 | 110010 |
Color Harmonies of #2624DB
Complementary color
Monochromatic Colors of #2624DB
Black with #2624DB
Text Example
Text Example
White with #2624DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2624DB; }
p { color: rgb(38,36,219); }
H1.HeaderClassName
{
color: #2624DB;
}
.AnyTagClassName
{
color: #2624DB;
}
</style>
background-color css
<style>
a { background-color: #2624DB; }
a { background-color: rgb(38,36,219); }
div.DivClassName
{
background-color: #2624DB;
}
.BgClassName
{
background-color: #2624DB;
}
</style>
border-color css
<style>
span { border-color: #2624DB; }
span { border-color: rgb(38,36,219); }
td.TdClassName
{
border-color: #2624DB;
}
.TagClassName
{
border-color: #2624DB;
}
</style>