Shades of Persian Blue #2629E9
Tints of Persian Blue #2629E9
RGB
CMYK
RGB Variations
Color information
#2629E9 (or 0x2629E9) is known color: Persian Blue. HEX triplet: 26, 29 and E9. RGB value is (38,41,233). Sum of RGB (Red+Green+Blue) = 38+41+233=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 233 (91.41% from 255 or 74.68% from 312); Max value from RGB is 233 - color contains mainly: blue. Hex color #2629E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2629E9 is #D9D616. Grayscale: #3D3D3D. Windows color (decimal): -14276119 or 15280422. OLE color: 15280422.
HSL color Cylindrical-coordinate representation of color #2629E9: hue angle of 239.08º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2629E9 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 41 | 233 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.09 |
| HSL | 239.08º | 0.82% | 0.53% | - |
| HSV(B) | 239.08º | 0.84% | 0.91% | - |
| XYZ | 16.3 | 7.88 | 77.75 | - |
| YUV | 61.99 | 224.51 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 233 | 0.84 | 0.82 | 0 | 0.09 | 239.08 | 0.82 | 0.53 |
| Hex | 26 | 29 | E9 | 54 | 52 | 0 | 9 | EF | 52 | 35 |
| Octal | 46 | 51 | 351 | 124 | 122 | 0 | 11 | 357 | 122 | 65 |
| Binary | 100110 | 101001 | 11101001 | 1010100 | 1010010 | 0 | 1001 | 11101111 | 1010010 | 110101 |
Color Harmonies of #2629E9
Complementary color
Monochromatic Colors of #2629E9
Black with #2629E9
Text Example
Text Example
White with #2629E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2629E9; }
p { color: rgb(38,41,233); }
H1.HeaderClassName
{
color: #2629E9;
}
.AnyTagClassName
{
color: #2629E9;
}
</style>
background-color css
<style>
a { background-color: #2629E9; }
a { background-color: rgb(38,41,233); }
div.DivClassName
{
background-color: #2629E9;
}
.BgClassName
{
background-color: #2629E9;
}
</style>
border-color css
<style>
span { border-color: #2629E9; }
span { border-color: rgb(38,41,233); }
td.TdClassName
{
border-color: #2629E9;
}
.TagClassName
{
border-color: #2629E9;
}
</style>