Shades of Persian Blue #2625DB
Tints of Persian Blue #2625DB
RGB
CMYK
RGB Variations
Color information
#2625DB (or 0x2625DB) is known color: Persian Blue. HEX triplet: 26, 25 and DB. RGB value is (38,37,219). Sum of RGB (Red+Green+Blue) = 38+37+219=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #2625DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2625DB is #D9DA24. Grayscale: #393939. Windows color (decimal): -14277157 or 14361894. OLE color: 14361894.
HSL color Cylindrical-coordinate representation of color #2625DB: hue angle of 240.33º 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 #2625DB is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 37 | 219 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.14 |
| HSL | 240.33º | 0.72% | 0.5% | - |
| HSV(B) | 240.33º | 0.83% | 0.86% | - |
| XYZ | 14.25 | 6.85 | 67.59 | - |
| YUV | 58.05 | 218.83 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 219 | 0.83 | 0.83 | 0 | 0.14 | 240.33 | 0.72 | 0.5 |
| Hex | 26 | 25 | DB | 53 | 53 | 0 | E | F0 | 48 | 32 |
| Octal | 46 | 45 | 333 | 123 | 123 | 0 | 16 | 360 | 110 | 62 |
| Binary | 100110 | 100101 | 11011011 | 1010011 | 1010011 | 0 | 1110 | 11110000 | 1001000 | 110010 |
Color Harmonies of #2625DB
Complementary color
Monochromatic Colors of #2625DB
Black with #2625DB
Text Example
Text Example
White with #2625DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2625DB; }
p { color: rgb(38,37,219); }
H1.HeaderClassName
{
color: #2625DB;
}
.AnyTagClassName
{
color: #2625DB;
}
</style>
background-color css
<style>
a { background-color: #2625DB; }
a { background-color: rgb(38,37,219); }
div.DivClassName
{
background-color: #2625DB;
}
.BgClassName
{
background-color: #2625DB;
}
</style>
border-color css
<style>
span { border-color: #2625DB; }
span { border-color: rgb(38,37,219); }
td.TdClassName
{
border-color: #2625DB;
}
.TagClassName
{
border-color: #2625DB;
}
</style>