Shades of Persian Blue #2C16BE
Tints of Persian Blue #2C16BE
RGB
CMYK
RGB Variations
Color information
#2C16BE (or 0x2C16BE) is known color: Persian Blue. HEX triplet: 2C, 16 and BE. RGB value is (44,22,190). Sum of RGB (Red+Green+Blue) = 44+22+190=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 22 (8.98% from 255 or 8.59% 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 #2C16BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C16BE is #D3E941. Grayscale: #2F2F2F. Windows color (decimal): -13887810 or 12457516. OLE color: 12457516.
HSL color Cylindrical-coordinate representation of color #2C16BE: hue angle of 247.86º degrees, saturation: 0.79, 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 #2C16BE is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 22 | 190 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.25 |
| HSL | 247.86º | 0.79% | 0.42% | - |
| HSV(B) | 247.86º | 0.88% | 0.75% | - |
| XYZ | 10.62 | 4.83 | 49.09 | - |
| YUV | 47.73 | 208.29 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 22 | 190 | 0.77 | 0.88 | 0 | 0.25 | 247.86 | 0.79 | 0.42 |
| Hex | 2C | 16 | BE | 4D | 58 | 0 | 19 | F8 | 4F | 2A |
| Octal | 54 | 26 | 276 | 115 | 130 | 0 | 31 | 370 | 117 | 52 |
| Binary | 101100 | 10110 | 10111110 | 1001101 | 1011000 | 0 | 11001 | 11111000 | 1001111 | 101010 |
Color Harmonies of #2C16BE
Complementary color
Monochromatic Colors of #2C16BE
Black with #2C16BE
Text Example
Text Example
White with #2C16BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C16BE; }
p { color: rgb(44,22,190); }
H1.HeaderClassName
{
color: #2C16BE;
}
.AnyTagClassName
{
color: #2C16BE;
}
</style>
background-color css
<style>
a { background-color: #2C16BE; }
a { background-color: rgb(44,22,190); }
div.DivClassName
{
background-color: #2C16BE;
}
.BgClassName
{
background-color: #2C16BE;
}
</style>
border-color css
<style>
span { border-color: #2C16BE; }
span { border-color: rgb(44,22,190); }
td.TdClassName
{
border-color: #2C16BE;
}
.TagClassName
{
border-color: #2C16BE;
}
</style>