Shades of Persian Blue #2844AA
Tints of Persian Blue #2844AA
RGB
CMYK
RGB Variations
Color information
#2844AA (or 0x2844AA) is known color: Persian Blue. HEX triplet: 28, 44 and AA. RGB value is (40,68,170). Sum of RGB (Red+Green+Blue) = 40+68+170=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #2844AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2844AA is #D7BB55. Grayscale: #464646. Windows color (decimal): -14138198 or 11158568. OLE color: 11158568.
HSL color Cylindrical-coordinate representation of color #2844AA: hue angle of 227.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2844AA is Cyan = 0.76, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 68 | 170 | - |
| CMYK | 0.76 | 0.6 | 0 | 0.33 |
| HSL | 227.08º | 0.62% | 0.41% | - |
| HSV(B) | 227.08º | 0.76% | 0.67% | - |
| XYZ | 10.2 | 7.49 | 38.94 | - |
| YUV | 71.26 | 183.72 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 170 | 0.76 | 0.6 | 0 | 0.33 | 227.08 | 0.62 | 0.41 |
| Hex | 28 | 44 | AA | 4C | 3C | 0 | 21 | E3 | 3E | 29 |
| Octal | 50 | 104 | 252 | 114 | 74 | 0 | 41 | 343 | 76 | 51 |
| Binary | 101000 | 1000100 | 10101010 | 1001100 | 111100 | 0 | 100001 | 11100011 | 111110 | 101001 |
Color Harmonies of #2844AA
Complementary color
Monochromatic Colors of #2844AA
Black with #2844AA
Text Example
Text Example
White with #2844AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2844AA; }
p { color: rgb(40,68,170); }
H1.HeaderClassName
{
color: #2844AA;
}
.AnyTagClassName
{
color: #2844AA;
}
</style>
background-color css
<style>
a { background-color: #2844AA; }
a { background-color: rgb(40,68,170); }
div.DivClassName
{
background-color: #2844AA;
}
.BgClassName
{
background-color: #2844AA;
}
</style>
border-color css
<style>
span { border-color: #2844AA; }
span { border-color: rgb(40,68,170); }
td.TdClassName
{
border-color: #2844AA;
}
.TagClassName
{
border-color: #2844AA;
}
</style>