Shades of Persian Blue #2944AB
Tints of Persian Blue #2944AB
RGB
CMYK
RGB Variations
Color information
#2944AB (or 0x2944AB) is known color: Persian Blue. HEX triplet: 29, 44 and AB. RGB value is (41,68,171). Sum of RGB (Red+Green+Blue) = 41+68+171=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #2944AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2944AB is #D6BB54. Grayscale: #474747. Windows color (decimal): -14072661 or 11224105. OLE color: 11224105.
HSL color Cylindrical-coordinate representation of color #2944AB: hue angle of 227.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2944AB is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 68 | 171 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.33 |
| HSL | 227.54º | 0.61% | 0.42% | - |
| HSV(B) | 227.54º | 0.76% | 0.67% | - |
| XYZ | 10.33 | 7.55 | 39.44 | - |
| YUV | 71.67 | 184.05 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 171 | 0.76 | 0.60 | 0 | 0.33 | 227.54 | 0.61 | 0.42 |
| Hex | 29 | 44 | AB | 4C | 3C | 0 | 21 | E4 | 3D | 2A |
| Octal | 51 | 104 | 253 | 114 | 74 | 0 | 41 | 344 | 75 | 52 |
| Binary | 101001 | 1000100 | 10101011 | 1001100 | 111100 | 0 | 100001 | 11100100 | 111101 | 101010 |
Color Harmonies of #2944AB
Complementary color
Monochromatic Colors of #2944AB
Black with #2944AB
Text Example
Text Example
White with #2944AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2944AB; }
p { color: rgb(41,68,171); }
H1.HeaderClassName
{
color: #2944AB;
}
.AnyTagClassName
{
color: #2944AB;
}
</style>
background-color css
<style>
a { background-color: #2944AB; }
a { background-color: rgb(41,68,171); }
div.DivClassName
{
background-color: #2944AB;
}
.BgClassName
{
background-color: #2944AB;
}
</style>
border-color css
<style>
span { border-color: #2944AB; }
span { border-color: rgb(41,68,171); }
td.TdClassName
{
border-color: #2944AB;
}
.TagClassName
{
border-color: #2944AB;
}
</style>