Shades of Persian Blue #2718BB
Tints of Persian Blue #2718BB
RGB
CMYK
RGB Variations
Color information
#2718BB (or 0x2718BB) is known color: Persian Blue. HEX triplet: 27, 18 and BB. RGB value is (39,24,187). Sum of RGB (Red+Green+Blue) = 39+24+187=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #2718BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2718BB is #D8E744. Grayscale: #2E2E2E. Windows color (decimal): -14214981 or 12261415. OLE color: 12261415.
HSL color Cylindrical-coordinate representation of color #2718BB: hue angle of 245.52º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2718BB is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 24 | 187 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.27 |
| HSL | 245.52º | 0.77% | 0.41% | - |
| HSV(B) | 245.52º | 0.87% | 0.73% | - |
| XYZ | 10.13 | 4.67 | 47.38 | - |
| YUV | 47.07 | 206.97 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 187 | 0.79 | 0.87 | 0 | 0.27 | 245.52 | 0.77 | 0.41 |
| Hex | 27 | 18 | BB | 4F | 57 | 0 | 1B | F6 | 4D | 29 |
| Octal | 47 | 30 | 273 | 117 | 127 | 0 | 33 | 366 | 115 | 51 |
| Binary | 100111 | 11000 | 10111011 | 1001111 | 1010111 | 0 | 11011 | 11110110 | 1001101 | 101001 |
Color Harmonies of #2718BB
Complementary color
Monochromatic Colors of #2718BB
Black with #2718BB
Text Example
Text Example
White with #2718BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2718BB; }
p { color: rgb(39,24,187); }
H1.HeaderClassName
{
color: #2718BB;
}
.AnyTagClassName
{
color: #2718BB;
}
</style>
background-color css
<style>
a { background-color: #2718BB; }
a { background-color: rgb(39,24,187); }
div.DivClassName
{
background-color: #2718BB;
}
.BgClassName
{
background-color: #2718BB;
}
</style>
border-color css
<style>
span { border-color: #2718BB; }
span { border-color: rgb(39,24,187); }
td.TdClassName
{
border-color: #2718BB;
}
.TagClassName
{
border-color: #2718BB;
}
</style>