Shades of Persian Blue #2940DB
Tints of Persian Blue #2940DB
RGB
CMYK
RGB Variations
Color information
#2940DB (or 0x2940DB) is known color: Persian Blue. HEX triplet: 29, 40 and DB. RGB value is (41,64,219). Sum of RGB (Red+Green+Blue) = 41+64+219=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #2940DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2940DB is #D6BF24. Grayscale: #4A4A4A. Windows color (decimal): -14073637 or 14368809. OLE color: 14368809.
HSL color Cylindrical-coordinate representation of color #2940DB: hue angle of 232.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2940DB is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 64 | 219 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.14 |
| HSL | 232.25º | 0.71% | 0.51% | - |
| HSV(B) | 232.25º | 0.81% | 0.86% | - |
| XYZ | 15.53 | 9.25 | 67.99 | - |
| YUV | 74.79 | 209.38 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 219 | 0.81 | 0.71 | 0 | 0.14 | 232.25 | 0.71 | 0.51 |
| Hex | 29 | 40 | DB | 51 | 47 | 0 | E | E8 | 47 | 33 |
| Octal | 51 | 100 | 333 | 121 | 107 | 0 | 16 | 350 | 107 | 63 |
| Binary | 101001 | 1000000 | 11011011 | 1010001 | 1000111 | 0 | 1110 | 11101000 | 1000111 | 110011 |
Color Harmonies of #2940DB
Complementary color
Monochromatic Colors of #2940DB
Black with #2940DB
Text Example
Text Example
White with #2940DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2940DB; }
p { color: rgb(41,64,219); }
H1.HeaderClassName
{
color: #2940DB;
}
.AnyTagClassName
{
color: #2940DB;
}
</style>
background-color css
<style>
a { background-color: #2940DB; }
a { background-color: rgb(41,64,219); }
div.DivClassName
{
background-color: #2940DB;
}
.BgClassName
{
background-color: #2940DB;
}
</style>
border-color css
<style>
span { border-color: #2940DB; }
span { border-color: rgb(41,64,219); }
td.TdClassName
{
border-color: #2940DB;
}
.TagClassName
{
border-color: #2940DB;
}
</style>