Shades of Persian Blue #2640BC
Tints of Persian Blue #2640BC
RGB
CMYK
RGB Variations
Color information
#2640BC (or 0x2640BC) is known color: Persian Blue. HEX triplet: 26, 40 and BC. RGB value is (38,64,188). Sum of RGB (Red+Green+Blue) = 38+64+188=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #2640BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2640BC is #D9BF43. Grayscale: #454545. Windows color (decimal): -14270276 or 12337190. OLE color: 12337190.
HSL color Cylindrical-coordinate representation of color #2640BC: hue angle of 229.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2640BC is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 64 | 188 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.26 |
| HSL | 229.6º | 0.66% | 0.44% | - |
| HSV(B) | 229.6º | 0.8% | 0.74% | - |
| XYZ | 11.71 | 7.71 | 48.45 | - |
| YUV | 70.36 | 194.39 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 188 | 0.80 | 0.66 | 0 | 0.26 | 229.6 | 0.66 | 0.44 |
| Hex | 26 | 40 | BC | 50 | 42 | 0 | 1A | E6 | 42 | 2C |
| Octal | 46 | 100 | 274 | 120 | 102 | 0 | 32 | 346 | 102 | 54 |
| Binary | 100110 | 1000000 | 10111100 | 1010000 | 1000010 | 0 | 11010 | 11100110 | 1000010 | 101100 |
Color Harmonies of #2640BC
Complementary color
Monochromatic Colors of #2640BC
Black with #2640BC
Text Example
Text Example
White with #2640BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2640BC; }
p { color: rgb(38,64,188); }
H1.HeaderClassName
{
color: #2640BC;
}
.AnyTagClassName
{
color: #2640BC;
}
</style>
background-color css
<style>
a { background-color: #2640BC; }
a { background-color: rgb(38,64,188); }
div.DivClassName
{
background-color: #2640BC;
}
.BgClassName
{
background-color: #2640BC;
}
</style>
border-color css
<style>
span { border-color: #2640BC; }
span { border-color: rgb(38,64,188); }
td.TdClassName
{
border-color: #2640BC;
}
.TagClassName
{
border-color: #2640BC;
}
</style>