Shades of Persian Blue #2744AC
Tints of Persian Blue #2744AC
RGB
CMYK
RGB Variations
Color information
#2744AC (or 0x2744AC) is known color: Persian Blue. HEX triplet: 27, 44 and AC. RGB value is (39,68,172). Sum of RGB (Red+Green+Blue) = 39+68+172=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #2744AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2744AC is #D8BB53. Grayscale: #464646. Windows color (decimal): -14203732 or 11289639. OLE color: 11289639.
HSL color Cylindrical-coordinate representation of color #2744AC: hue angle of 226.92º 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 #2744AC is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 68 | 172 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.33 |
| HSL | 226.92º | 0.63% | 0.41% | - |
| HSV(B) | 226.92º | 0.77% | 0.67% | - |
| XYZ | 10.35 | 7.54 | 39.94 | - |
| YUV | 71.19 | 184.89 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 68 | 172 | 0.77 | 0.60 | 0 | 0.33 | 226.92 | 0.63 | 0.41 |
| Hex | 27 | 44 | AC | 4D | 3C | 0 | 21 | E3 | 3F | 29 |
| Octal | 47 | 104 | 254 | 115 | 74 | 0 | 41 | 343 | 77 | 51 |
| Binary | 100111 | 1000100 | 10101100 | 1001101 | 111100 | 0 | 100001 | 11100011 | 111111 | 101001 |
Color Harmonies of #2744AC
Complementary color
Monochromatic Colors of #2744AC
Black with #2744AC
Text Example
Text Example
White with #2744AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2744AC; }
p { color: rgb(39,68,172); }
H1.HeaderClassName
{
color: #2744AC;
}
.AnyTagClassName
{
color: #2744AC;
}
</style>
background-color css
<style>
a { background-color: #2744AC; }
a { background-color: rgb(39,68,172); }
div.DivClassName
{
background-color: #2744AC;
}
.BgClassName
{
background-color: #2744AC;
}
</style>
border-color css
<style>
span { border-color: #2744AC; }
span { border-color: rgb(39,68,172); }
td.TdClassName
{
border-color: #2744AC;
}
.TagClassName
{
border-color: #2744AC;
}
</style>