Shades of Persian Blue #2740AB
Tints of Persian Blue #2740AB
RGB
CMYK
RGB Variations
Color information
#2740AB (or 0x2740AB) is known color: Persian Blue. HEX triplet: 27, 40 and AB. RGB value is (39,64,171). Sum of RGB (Red+Green+Blue) = 39+64+171=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #2740AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2740AB is #D8BF54. Grayscale: #444444. Windows color (decimal): -14204757 or 11223079. OLE color: 11223079.
HSL color Cylindrical-coordinate representation of color #2740AB: hue angle of 228.64º 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 #2740AB is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 64 | 171 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.33 |
| HSL | 228.64º | 0.63% | 0.41% | - |
| HSV(B) | 228.64º | 0.77% | 0.67% | - |
| XYZ | 10.02 | 7.04 | 39.36 | - |
| YUV | 68.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 171 | 0.77 | 0.63 | 0 | 0.33 | 228.64 | 0.63 | 0.41 |
| Hex | 27 | 40 | AB | 4D | 3F | 0 | 21 | E5 | 3F | 29 |
| Octal | 47 | 100 | 253 | 115 | 77 | 0 | 41 | 345 | 77 | 51 |
| Binary | 100111 | 1000000 | 10101011 | 1001101 | 111111 | 0 | 100001 | 11100101 | 111111 | 101001 |
Color Harmonies of #2740AB
Complementary color
Monochromatic Colors of #2740AB
Black with #2740AB
Text Example
Text Example
White with #2740AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2740AB; }
p { color: rgb(39,64,171); }
H1.HeaderClassName
{
color: #2740AB;
}
.AnyTagClassName
{
color: #2740AB;
}
</style>
background-color css
<style>
a { background-color: #2740AB; }
a { background-color: rgb(39,64,171); }
div.DivClassName
{
background-color: #2740AB;
}
.BgClassName
{
background-color: #2740AB;
}
</style>
border-color css
<style>
span { border-color: #2740AB; }
span { border-color: rgb(39,64,171); }
td.TdClassName
{
border-color: #2740AB;
}
.TagClassName
{
border-color: #2740AB;
}
</style>