Shades of Persian Blue #2640CF
Tints of Persian Blue #2640CF
RGB
CMYK
RGB Variations
Color information
#2640CF (or 0x2640CF) is known color: Persian Blue. HEX triplet: 26, 40 and CF. RGB value is (38,64,207). Sum of RGB (Red+Green+Blue) = 38+64+207=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #2640CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2640CF is #D9BF30. Grayscale: #474747. Windows color (decimal): -14270257 or 13582374. OLE color: 13582374.
HSL color Cylindrical-coordinate representation of color #2640CF: hue angle of 230.77º 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 #2640CF is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 64 | 207 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.19 |
| HSL | 230.77º | 0.69% | 0.48% | - |
| HSV(B) | 230.77º | 0.82% | 0.81% | - |
| XYZ | 13.9 | 8.58 | 59.96 | - |
| YUV | 72.53 | 203.89 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 207 | 0.82 | 0.69 | 0 | 0.19 | 230.77 | 0.69 | 0.48 |
| Hex | 26 | 40 | CF | 52 | 45 | 0 | 13 | E7 | 45 | 30 |
| Octal | 46 | 100 | 317 | 122 | 105 | 0 | 23 | 347 | 105 | 60 |
| Binary | 100110 | 1000000 | 11001111 | 1010010 | 1000101 | 0 | 10011 | 11100111 | 1000101 | 110000 |
Color Harmonies of #2640CF
Complementary color
Monochromatic Colors of #2640CF
Black with #2640CF
Text Example
Text Example
White with #2640CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2640CF; }
p { color: rgb(38,64,207); }
H1.HeaderClassName
{
color: #2640CF;
}
.AnyTagClassName
{
color: #2640CF;
}
</style>
background-color css
<style>
a { background-color: #2640CF; }
a { background-color: rgb(38,64,207); }
div.DivClassName
{
background-color: #2640CF;
}
.BgClassName
{
background-color: #2640CF;
}
</style>
border-color css
<style>
span { border-color: #2640CF; }
span { border-color: rgb(38,64,207); }
td.TdClassName
{
border-color: #2640CF;
}
.TagClassName
{
border-color: #2640CF;
}
</style>