Shades of Persian Blue #2632E8
Tints of Persian Blue #2632E8
RGB
CMYK
RGB Variations
Color information
#2632E8 (or 0x2632E8) is known color: Persian Blue. HEX triplet: 26, 32 and E8. RGB value is (38,50,232). Sum of RGB (Red+Green+Blue) = 38+50+232=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 232 (91.02% from 255 or 72.5% from 320); Max value from RGB is 232 - color contains mainly: blue. Hex color #2632E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2632E8 is #D9CD17. Grayscale: #424242. Windows color (decimal): -14273816 or 15217190. OLE color: 15217190.
HSL color Cylindrical-coordinate representation of color #2632E8: hue angle of 236.29º degrees, saturation: 0.81, 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 #2632E8 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 50 | 232 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.09 |
| HSL | 236.29º | 0.81% | 0.53% | - |
| HSV(B) | 236.29º | 0.84% | 0.91% | - |
| XYZ | 16.51 | 8.52 | 77.12 | - |
| YUV | 67.16 | 221.02 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 232 | 0.84 | 0.78 | 0 | 0.09 | 236.29 | 0.81 | 0.53 |
| Hex | 26 | 32 | E8 | 54 | 4E | 0 | 9 | EC | 51 | 35 |
| Octal | 46 | 62 | 350 | 124 | 116 | 0 | 11 | 354 | 121 | 65 |
| Binary | 100110 | 110010 | 11101000 | 1010100 | 1001110 | 0 | 1001 | 11101100 | 1010001 | 110101 |
Color Harmonies of #2632E8
Complementary color
Monochromatic Colors of #2632E8
Black with #2632E8
Text Example
Text Example
White with #2632E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2632E8; }
p { color: rgb(38,50,232); }
H1.HeaderClassName
{
color: #2632E8;
}
.AnyTagClassName
{
color: #2632E8;
}
</style>
background-color css
<style>
a { background-color: #2632E8; }
a { background-color: rgb(38,50,232); }
div.DivClassName
{
background-color: #2632E8;
}
.BgClassName
{
background-color: #2632E8;
}
</style>
border-color css
<style>
span { border-color: #2632E8; }
span { border-color: rgb(38,50,232); }
td.TdClassName
{
border-color: #2632E8;
}
.TagClassName
{
border-color: #2632E8;
}
</style>