Shades of Persian Blue #2640E8
Tints of Persian Blue #2640E8
RGB
CMYK
RGB Variations
Color information
#2640E8 (or 0x2640E8) is known color: Persian Blue. HEX triplet: 26, 40 and E8. RGB value is (38,64,232). Sum of RGB (Red+Green+Blue) = 38+64+232=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 232 (91.02% from 255 or 69.46% from 334); Max value from RGB is 232 - color contains mainly: blue. Hex color #2640E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2640E8 is #D9BF17. Grayscale: #4A4A4A. Windows color (decimal): -14270232 or 15220774. OLE color: 15220774.
HSL color Cylindrical-coordinate representation of color #2640E8: hue angle of 231.96º 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 #2640E8 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 64 | 232 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.09 |
| HSL | 231.96º | 0.81% | 0.53% | - |
| HSV(B) | 231.96º | 0.84% | 0.91% | - |
| XYZ | 17.2 | 9.91 | 77.35 | - |
| YUV | 75.38 | 216.39 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 232 | 0.84 | 0.72 | 0 | 0.09 | 231.96 | 0.81 | 0.53 |
| Hex | 26 | 40 | E8 | 54 | 48 | 0 | 9 | E8 | 51 | 35 |
| Octal | 46 | 100 | 350 | 124 | 110 | 0 | 11 | 350 | 121 | 65 |
| Binary | 100110 | 1000000 | 11101000 | 1010100 | 1001000 | 0 | 1001 | 11101000 | 1010001 | 110101 |
Color Harmonies of #2640E8
Complementary color
Monochromatic Colors of #2640E8
Black with #2640E8
Text Example
Text Example
White with #2640E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2640E8; }
p { color: rgb(38,64,232); }
H1.HeaderClassName
{
color: #2640E8;
}
.AnyTagClassName
{
color: #2640E8;
}
</style>
background-color css
<style>
a { background-color: #2640E8; }
a { background-color: rgb(38,64,232); }
div.DivClassName
{
background-color: #2640E8;
}
.BgClassName
{
background-color: #2640E8;
}
</style>
border-color css
<style>
span { border-color: #2640E8; }
span { border-color: rgb(38,64,232); }
td.TdClassName
{
border-color: #2640E8;
}
.TagClassName
{
border-color: #2640E8;
}
</style>