Shades of Persian Blue #2740BB
Tints of Persian Blue #2740BB
RGB
CMYK
RGB Variations
Color information
#2740BB (or 0x2740BB) is known color: Persian Blue. HEX triplet: 27, 40 and BB. RGB value is (39,64,187). Sum of RGB (Red+Green+Blue) = 39+64+187=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #2740BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2740BB is #D8BF44. Grayscale: #464646. Windows color (decimal): -14204741 or 12271655. OLE color: 12271655.
HSL color Cylindrical-coordinate representation of color #2740BB: hue angle of 229.86º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2740BB is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 64 | 187 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.27 |
| HSL | 229.86º | 0.65% | 0.44% | - |
| HSV(B) | 229.86º | 0.79% | 0.73% | - |
| XYZ | 11.64 | 7.69 | 47.88 | - |
| YUV | 70.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 187 | 0.79 | 0.66 | 0 | 0.27 | 229.86 | 0.65 | 0.44 |
| Hex | 27 | 40 | BB | 4F | 42 | 0 | 1B | E6 | 41 | 2C |
| Octal | 47 | 100 | 273 | 117 | 102 | 0 | 33 | 346 | 101 | 54 |
| Binary | 100111 | 1000000 | 10111011 | 1001111 | 1000010 | 0 | 11011 | 11100110 | 1000001 | 101100 |
Color Harmonies of #2740BB
Complementary color
Monochromatic Colors of #2740BB
Black with #2740BB
Text Example
Text Example
White with #2740BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2740BB; }
p { color: rgb(39,64,187); }
H1.HeaderClassName
{
color: #2740BB;
}
.AnyTagClassName
{
color: #2740BB;
}
</style>
background-color css
<style>
a { background-color: #2740BB; }
a { background-color: rgb(39,64,187); }
div.DivClassName
{
background-color: #2740BB;
}
.BgClassName
{
background-color: #2740BB;
}
</style>
border-color css
<style>
span { border-color: #2740BB; }
span { border-color: rgb(39,64,187); }
td.TdClassName
{
border-color: #2740BB;
}
.TagClassName
{
border-color: #2740BB;
}
</style>