Shades of Persian Blue #2B17BE
Tints of Persian Blue #2B17BE
RGB
CMYK
RGB Variations
Color information
#2B17BE (or 0x2B17BE) is known color: Persian Blue. HEX triplet: 2B, 17 and BE. RGB value is (43,23,190). Sum of RGB (Red+Green+Blue) = 43+23+190=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B17BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B17BE is #D4E841. Grayscale: #2F2F2F. Windows color (decimal): -13953090 or 12457771. OLE color: 12457771.
HSL color Cylindrical-coordinate representation of color #2B17BE: hue angle of 247.19º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B17BE is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 23 | 190 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.25 |
| HSL | 247.19º | 0.78% | 0.42% | - |
| HSV(B) | 247.19º | 0.88% | 0.75% | - |
| XYZ | 10.6 | 4.84 | 49.09 | - |
| YUV | 48.02 | 208.13 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 190 | 0.77 | 0.88 | 0 | 0.25 | 247.19 | 0.78 | 0.42 |
| Hex | 2B | 17 | BE | 4D | 58 | 0 | 19 | F7 | 4E | 2A |
| Octal | 53 | 27 | 276 | 115 | 130 | 0 | 31 | 367 | 116 | 52 |
| Binary | 101011 | 10111 | 10111110 | 1001101 | 1011000 | 0 | 11001 | 11110111 | 1001110 | 101010 |
Color Harmonies of #2B17BE
Complementary color
Monochromatic Colors of #2B17BE
Black with #2B17BE
Text Example
Text Example
White with #2B17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B17BE; }
p { color: rgb(43,23,190); }
H1.HeaderClassName
{
color: #2B17BE;
}
.AnyTagClassName
{
color: #2B17BE;
}
</style>
background-color css
<style>
a { background-color: #2B17BE; }
a { background-color: rgb(43,23,190); }
div.DivClassName
{
background-color: #2B17BE;
}
.BgClassName
{
background-color: #2B17BE;
}
</style>
border-color css
<style>
span { border-color: #2B17BE; }
span { border-color: rgb(43,23,190); }
td.TdClassName
{
border-color: #2B17BE;
}
.TagClassName
{
border-color: #2B17BE;
}
</style>