Shades of Persian Blue #2C20BE
Tints of Persian Blue #2C20BE
RGB
CMYK
RGB Variations
Color information
#2C20BE (or 0x2C20BE) is known color: Persian Blue. HEX triplet: 2C, 20 and BE. RGB value is (44,32,190). Sum of RGB (Red+Green+Blue) = 44+32+190=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C20BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C20BE is #D3DF41. Grayscale: #343434. Windows color (decimal): -13885250 or 12460076. OLE color: 12460076.
HSL color Cylindrical-coordinate representation of color #2C20BE: hue angle of 244.56º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C20BE is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 32 | 190 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.25 |
| HSL | 244.56º | 0.71% | 0.44% | - |
| HSV(B) | 244.56º | 0.83% | 0.75% | - |
| XYZ | 10.85 | 5.29 | 49.16 | - |
| YUV | 53.6 | 204.98 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 190 | 0.77 | 0.83 | 0 | 0.25 | 244.56 | 0.71 | 0.44 |
| Hex | 2C | 20 | BE | 4D | 53 | 0 | 19 | F5 | 47 | 2C |
| Octal | 54 | 40 | 276 | 115 | 123 | 0 | 31 | 365 | 107 | 54 |
| Binary | 101100 | 100000 | 10111110 | 1001101 | 1010011 | 0 | 11001 | 11110101 | 1000111 | 101100 |
Color Harmonies of #2C20BE
Complementary color
Monochromatic Colors of #2C20BE
Black with #2C20BE
Text Example
Text Example
White with #2C20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C20BE; }
p { color: rgb(44,32,190); }
H1.HeaderClassName
{
color: #2C20BE;
}
.AnyTagClassName
{
color: #2C20BE;
}
</style>
background-color css
<style>
a { background-color: #2C20BE; }
a { background-color: rgb(44,32,190); }
div.DivClassName
{
background-color: #2C20BE;
}
.BgClassName
{
background-color: #2C20BE;
}
</style>
border-color css
<style>
span { border-color: #2C20BE; }
span { border-color: rgb(44,32,190); }
td.TdClassName
{
border-color: #2C20BE;
}
.TagClassName
{
border-color: #2C20BE;
}
</style>