Shades of Persian Blue #2940BA
Tints of Persian Blue #2940BA
RGB
CMYK
RGB Variations
Color information
#2940BA (or 0x2940BA) is known color: Persian Blue. HEX triplet: 29, 40 and BA. RGB value is (41,64,186). Sum of RGB (Red+Green+Blue) = 41+64+186=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #2940BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2940BA is #D6BF45. Grayscale: #464646. Windows color (decimal): -14073670 or 12206121. OLE color: 12206121.
HSL color Cylindrical-coordinate representation of color #2940BA: hue angle of 230.48º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2940BA is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 64 | 186 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.27 |
| HSL | 230.48º | 0.64% | 0.45% | - |
| HSV(B) | 230.48º | 0.78% | 0.73% | - |
| XYZ | 11.61 | 7.68 | 47.33 | - |
| YUV | 71.03 | 192.88 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 186 | 0.78 | 0.66 | 0 | 0.27 | 230.48 | 0.64 | 0.45 |
| Hex | 29 | 40 | BA | 4E | 42 | 0 | 1B | E6 | 40 | 2D |
| Octal | 51 | 100 | 272 | 116 | 102 | 0 | 33 | 346 | 100 | 55 |
| Binary | 101001 | 1000000 | 10111010 | 1001110 | 1000010 | 0 | 11011 | 11100110 | 1000000 | 101101 |
Color Harmonies of #2940BA
Complementary color
Monochromatic Colors of #2940BA
Black with #2940BA
Text Example
Text Example
White with #2940BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2940BA; }
p { color: rgb(41,64,186); }
H1.HeaderClassName
{
color: #2940BA;
}
.AnyTagClassName
{
color: #2940BA;
}
</style>
background-color css
<style>
a { background-color: #2940BA; }
a { background-color: rgb(41,64,186); }
div.DivClassName
{
background-color: #2940BA;
}
.BgClassName
{
background-color: #2940BA;
}
</style>
border-color css
<style>
span { border-color: #2940BA; }
span { border-color: rgb(41,64,186); }
td.TdClassName
{
border-color: #2940BA;
}
.TagClassName
{
border-color: #2940BA;
}
</style>