Shades of Persian Blue #2640CE
Tints of Persian Blue #2640CE
RGB
CMYK
RGB Variations
Color information
#2640CE (or 0x2640CE) is known color: Persian Blue. HEX triplet: 26, 40 and CE. RGB value is (38,64,206). Sum of RGB (Red+Green+Blue) = 38+64+206=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #2640CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2640CE is #D9BF31. Grayscale: #474747. Windows color (decimal): -14270258 or 13516838. OLE color: 13516838.
HSL color Cylindrical-coordinate representation of color #2640CE: hue angle of 230.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2640CE is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 64 | 206 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.19 |
| HSL | 230.71º | 0.69% | 0.48% | - |
| HSV(B) | 230.71º | 0.82% | 0.81% | - |
| XYZ | 13.77 | 8.54 | 59.31 | - |
| YUV | 72.41 | 203.39 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 206 | 0.82 | 0.69 | 0 | 0.19 | 230.71 | 0.69 | 0.48 |
| Hex | 26 | 40 | CE | 52 | 45 | 0 | 13 | E7 | 45 | 30 |
| Octal | 46 | 100 | 316 | 122 | 105 | 0 | 23 | 347 | 105 | 60 |
| Binary | 100110 | 1000000 | 11001110 | 1010010 | 1000101 | 0 | 10011 | 11100111 | 1000101 | 110000 |
Color Harmonies of #2640CE
Complementary color
Monochromatic Colors of #2640CE
Black with #2640CE
Text Example
Text Example
White with #2640CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2640CE; }
p { color: rgb(38,64,206); }
H1.HeaderClassName
{
color: #2640CE;
}
.AnyTagClassName
{
color: #2640CE;
}
</style>
background-color css
<style>
a { background-color: #2640CE; }
a { background-color: rgb(38,64,206); }
div.DivClassName
{
background-color: #2640CE;
}
.BgClassName
{
background-color: #2640CE;
}
</style>
border-color css
<style>
span { border-color: #2640CE; }
span { border-color: rgb(38,64,206); }
td.TdClassName
{
border-color: #2640CE;
}
.TagClassName
{
border-color: #2640CE;
}
</style>