Shades of Persian Blue #2629DB
Tints of Persian Blue #2629DB
RGB
CMYK
RGB Variations
Color information
#2629DB (or 0x2629DB) is known color: Persian Blue. HEX triplet: 26, 29 and DB. RGB value is (38,41,219). Sum of RGB (Red+Green+Blue) = 38+41+219=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #2629DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2629DB is #D9D624. Grayscale: #3B3B3B. Windows color (decimal): -14276133 or 14362918. OLE color: 14362918.
HSL color Cylindrical-coordinate representation of color #2629DB: hue angle of 239.01º 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 #2629DB is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 41 | 219 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.14 |
| HSL | 239.01º | 0.72% | 0.5% | - |
| HSV(B) | 239.01º | 0.83% | 0.86% | - |
| XYZ | 14.38 | 7.11 | 67.63 | - |
| YUV | 60.4 | 217.51 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 219 | 0.83 | 0.81 | 0 | 0.14 | 239.01 | 0.72 | 0.5 |
| Hex | 26 | 29 | DB | 53 | 51 | 0 | E | EF | 48 | 32 |
| Octal | 46 | 51 | 333 | 123 | 121 | 0 | 16 | 357 | 110 | 62 |
| Binary | 100110 | 101001 | 11011011 | 1010011 | 1010001 | 0 | 1110 | 11101111 | 1001000 | 110010 |
Color Harmonies of #2629DB
Complementary color
Monochromatic Colors of #2629DB
Black with #2629DB
Text Example
Text Example
White with #2629DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2629DB; }
p { color: rgb(38,41,219); }
H1.HeaderClassName
{
color: #2629DB;
}
.AnyTagClassName
{
color: #2629DB;
}
</style>
background-color css
<style>
a { background-color: #2629DB; }
a { background-color: rgb(38,41,219); }
div.DivClassName
{
background-color: #2629DB;
}
.BgClassName
{
background-color: #2629DB;
}
</style>
border-color css
<style>
span { border-color: #2629DB; }
span { border-color: rgb(38,41,219); }
td.TdClassName
{
border-color: #2629DB;
}
.TagClassName
{
border-color: #2629DB;
}
</style>