Shades of Persian Blue #2739AD
Tints of Persian Blue #2739AD
RGB
CMYK
RGB Variations
Color information
#2739AD (or 0x2739AD) is known color: Persian Blue. HEX triplet: 27, 39 and AD. RGB value is (39,57,173). Sum of RGB (Red+Green+Blue) = 39+57+173=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #2739AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2739AD is #D8C652. Grayscale: #404040. Windows color (decimal): -14206547 or 11352359. OLE color: 11352359.
HSL color Cylindrical-coordinate representation of color #2739AD: hue angle of 231.94º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2739AD is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 57 | 173 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.32 |
| HSL | 231.94º | 0.63% | 0.42% | - |
| HSV(B) | 231.94º | 0.77% | 0.68% | - |
| XYZ | 9.84 | 6.37 | 40.25 | - |
| YUV | 64.84 | 189.04 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 173 | 0.77 | 0.67 | 0 | 0.32 | 231.94 | 0.63 | 0.42 |
| Hex | 27 | 39 | AD | 4D | 43 | 0 | 20 | E8 | 3F | 2A |
| Octal | 47 | 71 | 255 | 115 | 103 | 0 | 40 | 350 | 77 | 52 |
| Binary | 100111 | 111001 | 10101101 | 1001101 | 1000011 | 0 | 100000 | 11101000 | 111111 | 101010 |
Color Harmonies of #2739AD
Complementary color
Monochromatic Colors of #2739AD
Black with #2739AD
Text Example
Text Example
White with #2739AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2739AD; }
p { color: rgb(39,57,173); }
H1.HeaderClassName
{
color: #2739AD;
}
.AnyTagClassName
{
color: #2739AD;
}
</style>
background-color css
<style>
a { background-color: #2739AD; }
a { background-color: rgb(39,57,173); }
div.DivClassName
{
background-color: #2739AD;
}
.BgClassName
{
background-color: #2739AD;
}
</style>
border-color css
<style>
span { border-color: #2739AD; }
span { border-color: rgb(39,57,173); }
td.TdClassName
{
border-color: #2739AD;
}
.TagClassName
{
border-color: #2739AD;
}
</style>