Shades of Persian Blue #2944A9
Tints of Persian Blue #2944A9
RGB
CMYK
RGB Variations
Color information
#2944A9 (or 0x2944A9) is known color: Persian Blue. HEX triplet: 29, 44 and A9. RGB value is (41,68,169). Sum of RGB (Red+Green+Blue) = 41+68+169=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 169 (66.41% from 255 or 60.79% from 278); Max value from RGB is 169 - color contains mainly: blue. Hex color #2944A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2944A9 is #D6BB56. Grayscale: #474747. Windows color (decimal): -14072663 or 11093033. OLE color: 11093033.
HSL color Cylindrical-coordinate representation of color #2944A9: hue angle of 227.34º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2944A9 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 68 | 169 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.34 |
| HSL | 227.34º | 0.61% | 0.41% | - |
| HSV(B) | 227.34º | 0.76% | 0.66% | - |
| XYZ | 10.14 | 7.47 | 38.44 | - |
| YUV | 71.44 | 183.05 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 169 | 0.76 | 0.60 | 0 | 0.34 | 227.34 | 0.61 | 0.41 |
| Hex | 29 | 44 | A9 | 4C | 3C | 0 | 22 | E3 | 3D | 29 |
| Octal | 51 | 104 | 251 | 114 | 74 | 0 | 42 | 343 | 75 | 51 |
| Binary | 101001 | 1000100 | 10101001 | 1001100 | 111100 | 0 | 100010 | 11100011 | 111101 | 101001 |
Color Harmonies of #2944A9
Complementary color
Monochromatic Colors of #2944A9
Black with #2944A9
Text Example
Text Example
White with #2944A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2944A9; }
p { color: rgb(41,68,169); }
H1.HeaderClassName
{
color: #2944A9;
}
.AnyTagClassName
{
color: #2944A9;
}
</style>
background-color css
<style>
a { background-color: #2944A9; }
a { background-color: rgb(41,68,169); }
div.DivClassName
{
background-color: #2944A9;
}
.BgClassName
{
background-color: #2944A9;
}
</style>
border-color css
<style>
span { border-color: #2944A9; }
span { border-color: rgb(41,68,169); }
td.TdClassName
{
border-color: #2944A9;
}
.TagClassName
{
border-color: #2944A9;
}
</style>