Shades of Persian Blue #2844AB
Tints of Persian Blue #2844AB
RGB
CMYK
RGB Variations
Color information
#2844AB (or 0x2844AB) is known color: Persian Blue. HEX triplet: 28, 44 and AB. RGB value is (40,68,171). Sum of RGB (Red+Green+Blue) = 40+68+171=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #2844AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2844AB is #D7BB54. Grayscale: #464646. Windows color (decimal): -14138197 or 11224104. OLE color: 11224104.
HSL color Cylindrical-coordinate representation of color #2844AB: hue angle of 227.18º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2844AB is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 68 | 171 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.33 |
| HSL | 227.18º | 0.62% | 0.41% | - |
| HSV(B) | 227.18º | 0.77% | 0.67% | - |
| XYZ | 10.29 | 7.53 | 39.44 | - |
| YUV | 71.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 171 | 0.77 | 0.60 | 0 | 0.33 | 227.18 | 0.62 | 0.41 |
| Hex | 28 | 44 | AB | 4D | 3C | 0 | 21 | E3 | 3E | 29 |
| Octal | 50 | 104 | 253 | 115 | 74 | 0 | 41 | 343 | 76 | 51 |
| Binary | 101000 | 1000100 | 10101011 | 1001101 | 111100 | 0 | 100001 | 11100011 | 111110 | 101001 |
Color Harmonies of #2844AB
Complementary color
Monochromatic Colors of #2844AB
Black with #2844AB
Text Example
Text Example
White with #2844AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2844AB; }
p { color: rgb(40,68,171); }
H1.HeaderClassName
{
color: #2844AB;
}
.AnyTagClassName
{
color: #2844AB;
}
</style>
background-color css
<style>
a { background-color: #2844AB; }
a { background-color: rgb(40,68,171); }
div.DivClassName
{
background-color: #2844AB;
}
.BgClassName
{
background-color: #2844AB;
}
</style>
border-color css
<style>
span { border-color: #2844AB; }
span { border-color: rgb(40,68,171); }
td.TdClassName
{
border-color: #2844AB;
}
.TagClassName
{
border-color: #2844AB;
}
</style>