Shades of Persian Blue #2844AF
Tints of Persian Blue #2844AF
RGB
CMYK
RGB Variations
Color information
#2844AF (or 0x2844AF) is known color: Persian Blue. HEX triplet: 28, 44 and AF. RGB value is (40,68,175). Sum of RGB (Red+Green+Blue) = 40+68+175=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #2844AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2844AF is #D7BB50. Grayscale: #474747. Windows color (decimal): -14138193 or 11486248. OLE color: 11486248.
HSL color Cylindrical-coordinate representation of color #2844AF: hue angle of 227.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2844AF is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 68 | 175 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.31 |
| HSL | 227.56º | 0.63% | 0.42% | - |
| HSV(B) | 227.56º | 0.77% | 0.69% | - |
| XYZ | 10.68 | 7.68 | 41.48 | - |
| YUV | 71.83 | 186.22 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 175 | 0.77 | 0.61 | 0 | 0.31 | 227.56 | 0.63 | 0.42 |
| Hex | 28 | 44 | AF | 4D | 3D | 0 | 1F | E4 | 3F | 2A |
| Octal | 50 | 104 | 257 | 115 | 75 | 0 | 37 | 344 | 77 | 52 |
| Binary | 101000 | 1000100 | 10101111 | 1001101 | 111101 | 0 | 11111 | 11100100 | 111111 | 101010 |
Color Harmonies of #2844AF
Complementary color
Monochromatic Colors of #2844AF
Black with #2844AF
Text Example
Text Example
White with #2844AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2844AF; }
p { color: rgb(40,68,175); }
H1.HeaderClassName
{
color: #2844AF;
}
.AnyTagClassName
{
color: #2844AF;
}
</style>
background-color css
<style>
a { background-color: #2844AF; }
a { background-color: rgb(40,68,175); }
div.DivClassName
{
background-color: #2844AF;
}
.BgClassName
{
background-color: #2844AF;
}
</style>
border-color css
<style>
span { border-color: #2844AF; }
span { border-color: rgb(40,68,175); }
td.TdClassName
{
border-color: #2844AF;
}
.TagClassName
{
border-color: #2844AF;
}
</style>