Shades of Persian Blue #2640C6
Tints of Persian Blue #2640C6
RGB
CMYK
RGB Variations
Color information
#2640C6 (or 0x2640C6) is known color: Persian Blue. HEX triplet: 26, 40 and C6. RGB value is (38,64,198). Sum of RGB (Red+Green+Blue) = 38+64+198=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 198 (77.73% from 255 or 66% from 300); Max value from RGB is 198 - color contains mainly: blue. Hex color #2640C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2640C6 is #D9BF39. Grayscale: #464646. Windows color (decimal): -14270266 or 12992550. OLE color: 12992550.
HSL color Cylindrical-coordinate representation of color #2640C6: hue angle of 230.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2640C6 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 64 | 198 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.22 |
| HSL | 230.25º | 0.68% | 0.46% | - |
| HSV(B) | 230.25º | 0.81% | 0.78% | - |
| XYZ | 12.83 | 8.16 | 54.32 | - |
| YUV | 71.5 | 199.39 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 198 | 0.81 | 0.68 | 0 | 0.22 | 230.25 | 0.68 | 0.46 |
| Hex | 26 | 40 | C6 | 51 | 44 | 0 | 16 | E6 | 44 | 2E |
| Octal | 46 | 100 | 306 | 121 | 104 | 0 | 26 | 346 | 104 | 56 |
| Binary | 100110 | 1000000 | 11000110 | 1010001 | 1000100 | 0 | 10110 | 11100110 | 1000100 | 101110 |
Color Harmonies of #2640C6
Complementary color
Monochromatic Colors of #2640C6
Black with #2640C6
Text Example
Text Example
White with #2640C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2640C6; }
p { color: rgb(38,64,198); }
H1.HeaderClassName
{
color: #2640C6;
}
.AnyTagClassName
{
color: #2640C6;
}
</style>
background-color css
<style>
a { background-color: #2640C6; }
a { background-color: rgb(38,64,198); }
div.DivClassName
{
background-color: #2640C6;
}
.BgClassName
{
background-color: #2640C6;
}
</style>
border-color css
<style>
span { border-color: #2640C6; }
span { border-color: rgb(38,64,198); }
td.TdClassName
{
border-color: #2640C6;
}
.TagClassName
{
border-color: #2640C6;
}
</style>