Shades of Persian Blue #2744AA
Tints of Persian Blue #2744AA
RGB
CMYK
RGB Variations
Color information
#2744AA (or 0x2744AA) is known color: Persian Blue. HEX triplet: 27, 44 and AA. RGB value is (39,68,170). Sum of RGB (Red+Green+Blue) = 39+68+170=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #2744AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2744AA is #D8BB55. Grayscale: #464646. Windows color (decimal): -14203734 or 11158567. OLE color: 11158567.
HSL color Cylindrical-coordinate representation of color #2744AA: hue angle of 226.72º degrees, saturation: 0.63, 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 #2744AA is Cyan = 0.77, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 68 | 170 | - |
| CMYK | 0.77 | 0.6 | 0 | 0.33 |
| HSL | 226.72º | 0.63% | 0.41% | - |
| HSV(B) | 226.72º | 0.77% | 0.67% | - |
| XYZ | 10.16 | 7.47 | 38.94 | - |
| YUV | 70.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 68 | 170 | 0.77 | 0.6 | 0 | 0.33 | 226.72 | 0.63 | 0.41 |
| Hex | 27 | 44 | AA | 4D | 3C | 0 | 21 | E3 | 3F | 29 |
| Octal | 47 | 104 | 252 | 115 | 74 | 0 | 41 | 343 | 77 | 51 |
| Binary | 100111 | 1000100 | 10101010 | 1001101 | 111100 | 0 | 100001 | 11100011 | 111111 | 101001 |
Color Harmonies of #2744AA
Complementary color
Monochromatic Colors of #2744AA
Black with #2744AA
Text Example
Text Example
White with #2744AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2744AA; }
p { color: rgb(39,68,170); }
H1.HeaderClassName
{
color: #2744AA;
}
.AnyTagClassName
{
color: #2744AA;
}
</style>
background-color css
<style>
a { background-color: #2744AA; }
a { background-color: rgb(39,68,170); }
div.DivClassName
{
background-color: #2744AA;
}
.BgClassName
{
background-color: #2744AA;
}
</style>
border-color css
<style>
span { border-color: #2744AA; }
span { border-color: rgb(39,68,170); }
td.TdClassName
{
border-color: #2744AA;
}
.TagClassName
{
border-color: #2744AA;
}
</style>