Shades of Persian Blue #2629E4
Tints of Persian Blue #2629E4
RGB
CMYK
RGB Variations
Color information
#2629E4 (or 0x2629E4) is known color: Persian Blue. HEX triplet: 26, 29 and E4. RGB value is (38,41,228). Sum of RGB (Red+Green+Blue) = 38+41+228=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 228 (89.45% from 255 or 74.27% from 307); Max value from RGB is 228 - color contains mainly: blue. Hex color #2629E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2629E4 is #D9D61B. Grayscale: #3C3C3C. Windows color (decimal): -14276124 or 14952742. OLE color: 14952742.
HSL color Cylindrical-coordinate representation of color #2629E4: hue angle of 239.05º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2629E4 is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 41 | 228 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.11 |
| HSL | 239.05º | 0.78% | 0.52% | - |
| HSV(B) | 239.05º | 0.83% | 0.89% | - |
| XYZ | 15.6 | 7.6 | 74.04 | - |
| YUV | 61.42 | 222.01 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 228 | 0.83 | 0.82 | 0 | 0.11 | 239.05 | 0.78 | 0.52 |
| Hex | 26 | 29 | E4 | 53 | 52 | 0 | B | EF | 4E | 34 |
| Octal | 46 | 51 | 344 | 123 | 122 | 0 | 13 | 357 | 116 | 64 |
| Binary | 100110 | 101001 | 11100100 | 1010011 | 1010010 | 0 | 1011 | 11101111 | 1001110 | 110100 |
Color Harmonies of #2629E4
Complementary color
Monochromatic Colors of #2629E4
Black with #2629E4
Text Example
Text Example
White with #2629E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2629E4; }
p { color: rgb(38,41,228); }
H1.HeaderClassName
{
color: #2629E4;
}
.AnyTagClassName
{
color: #2629E4;
}
</style>
background-color css
<style>
a { background-color: #2629E4; }
a { background-color: rgb(38,41,228); }
div.DivClassName
{
background-color: #2629E4;
}
.BgClassName
{
background-color: #2629E4;
}
</style>
border-color css
<style>
span { border-color: #2629E4; }
span { border-color: rgb(38,41,228); }
td.TdClassName
{
border-color: #2629E4;
}
.TagClassName
{
border-color: #2629E4;
}
</style>