Shades of Persian Blue #2744AF
Tints of Persian Blue #2744AF
RGB
CMYK
RGB Variations
Color information
#2744AF (or 0x2744AF) is known color: Persian Blue. HEX triplet: 27, 44 and AF. RGB value is (39,68,175). Sum of RGB (Red+Green+Blue) = 39+68+175=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #2744AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2744AF is #D8BB50. Grayscale: #474747. Windows color (decimal): -14203729 or 11486247. OLE color: 11486247.
HSL color Cylindrical-coordinate representation of color #2744AF: hue angle of 227.21º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2744AF is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 68 | 175 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.31 |
| HSL | 227.21º | 0.64% | 0.42% | - |
| HSV(B) | 227.21º | 0.78% | 0.69% | - |
| XYZ | 10.64 | 7.66 | 41.48 | - |
| YUV | 71.53 | 186.39 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 68 | 175 | 0.78 | 0.61 | 0 | 0.31 | 227.21 | 0.64 | 0.42 |
| Hex | 27 | 44 | AF | 4E | 3D | 0 | 1F | E3 | 40 | 2A |
| Octal | 47 | 104 | 257 | 116 | 75 | 0 | 37 | 343 | 100 | 52 |
| Binary | 100111 | 1000100 | 10101111 | 1001110 | 111101 | 0 | 11111 | 11100011 | 1000000 | 101010 |
Color Harmonies of #2744AF
Complementary color
Monochromatic Colors of #2744AF
Black with #2744AF
Text Example
Text Example
White with #2744AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2744AF; }
p { color: rgb(39,68,175); }
H1.HeaderClassName
{
color: #2744AF;
}
.AnyTagClassName
{
color: #2744AF;
}
</style>
background-color css
<style>
a { background-color: #2744AF; }
a { background-color: rgb(39,68,175); }
div.DivClassName
{
background-color: #2744AF;
}
.BgClassName
{
background-color: #2744AF;
}
</style>
border-color css
<style>
span { border-color: #2744AF; }
span { border-color: rgb(39,68,175); }
td.TdClassName
{
border-color: #2744AF;
}
.TagClassName
{
border-color: #2744AF;
}
</style>