Shades of Persian Blue #2629EB
Tints of Persian Blue #2629EB
RGB
CMYK
RGB Variations
Color information
#2629EB (or 0x2629EB) is known color: Persian Blue. HEX triplet: 26, 29 and EB. RGB value is (38,41,235). Sum of RGB (Red+Green+Blue) = 38+41+235=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #2629EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2629EB is #D9D614. Grayscale: #3D3D3D. Windows color (decimal): -14276117 or 15411494. OLE color: 15411494.
HSL color Cylindrical-coordinate representation of color #2629EB: hue angle of 239.09º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2629EB is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 41 | 235 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.08 |
| HSL | 239.09º | 0.83% | 0.54% | - |
| HSV(B) | 239.09º | 0.84% | 0.92% | - |
| XYZ | 16.59 | 8 | 79.27 | - |
| YUV | 62.22 | 225.51 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 235 | 0.84 | 0.83 | 0 | 0.08 | 239.09 | 0.83 | 0.54 |
| Hex | 26 | 29 | EB | 54 | 53 | 0 | 8 | EF | 53 | 36 |
| Octal | 46 | 51 | 353 | 124 | 123 | 0 | 10 | 357 | 123 | 66 |
| Binary | 100110 | 101001 | 11101011 | 1010100 | 1010011 | 0 | 1000 | 11101111 | 1010011 | 110110 |
Color Harmonies of #2629EB
Complementary color
Monochromatic Colors of #2629EB
Black with #2629EB
Text Example
Text Example
White with #2629EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2629EB; }
p { color: rgb(38,41,235); }
H1.HeaderClassName
{
color: #2629EB;
}
.AnyTagClassName
{
color: #2629EB;
}
</style>
background-color css
<style>
a { background-color: #2629EB; }
a { background-color: rgb(38,41,235); }
div.DivClassName
{
background-color: #2629EB;
}
.BgClassName
{
background-color: #2629EB;
}
</style>
border-color css
<style>
span { border-color: #2629EB; }
span { border-color: rgb(38,41,235); }
td.TdClassName
{
border-color: #2629EB;
}
.TagClassName
{
border-color: #2629EB;
}
</style>