Shades of Persian Blue #2632E9
Tints of Persian Blue #2632E9
RGB
CMYK
RGB Variations
Color information
#2632E9 (or 0x2632E9) is known color: Persian Blue. HEX triplet: 26, 32 and E9. RGB value is (38,50,233). Sum of RGB (Red+Green+Blue) = 38+50+233=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 233 (91.41% from 255 or 72.59% from 321); Max value from RGB is 233 - color contains mainly: blue. Hex color #2632E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2632E9 is #D9CD16. Grayscale: #424242. Windows color (decimal): -14273815 or 15282726. OLE color: 15282726.
HSL color Cylindrical-coordinate representation of color #2632E9: hue angle of 236.31º 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 #2632E9 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 50 | 233 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.09 |
| HSL | 236.31º | 0.82% | 0.53% | - |
| HSV(B) | 236.31º | 0.84% | 0.91% | - |
| XYZ | 16.65 | 8.58 | 77.87 | - |
| YUV | 67.27 | 221.52 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 233 | 0.84 | 0.79 | 0 | 0.09 | 236.31 | 0.82 | 0.53 |
| Hex | 26 | 32 | E9 | 54 | 4F | 0 | 9 | EC | 52 | 35 |
| Octal | 46 | 62 | 351 | 124 | 117 | 0 | 11 | 354 | 122 | 65 |
| Binary | 100110 | 110010 | 11101001 | 1010100 | 1001111 | 0 | 1001 | 11101100 | 1010010 | 110101 |
Color Harmonies of #2632E9
Complementary color
Monochromatic Colors of #2632E9
Black with #2632E9
Text Example
Text Example
White with #2632E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2632E9; }
p { color: rgb(38,50,233); }
H1.HeaderClassName
{
color: #2632E9;
}
.AnyTagClassName
{
color: #2632E9;
}
</style>
background-color css
<style>
a { background-color: #2632E9; }
a { background-color: rgb(38,50,233); }
div.DivClassName
{
background-color: #2632E9;
}
.BgClassName
{
background-color: #2632E9;
}
</style>
border-color css
<style>
span { border-color: #2632E9; }
span { border-color: rgb(38,50,233); }
td.TdClassName
{
border-color: #2632E9;
}
.TagClassName
{
border-color: #2632E9;
}
</style>