Shades of Persian Blue #2C13BB
Tints of Persian Blue #2C13BB
RGB
CMYK
RGB Variations
Color information
#2C13BB (or 0x2C13BB) is known color: Persian Blue. HEX triplet: 2C, 13 and BB. RGB value is (44,19,187). Sum of RGB (Red+Green+Blue) = 44+19+187=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 19 (7.81% from 255 or 7.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 #2C13BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C13BB is #D3EC44. Grayscale: #2C2C2C. Windows color (decimal): -13888581 or 12260140. OLE color: 12260140.
HSL color Cylindrical-coordinate representation of color #2C13BB: hue angle of 248.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C13BB is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 19 | 187 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.27 |
| HSL | 248.93º | 0.82% | 0.4% | - |
| HSV(B) | 248.93º | 0.9% | 0.73% | - |
| XYZ | 10.24 | 4.59 | 47.36 | - |
| YUV | 45.63 | 207.78 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 187 | 0.76 | 0.90 | 0 | 0.27 | 248.93 | 0.82 | 0.4 |
| Hex | 2C | 13 | BB | 4C | 5A | 0 | 1B | F9 | 52 | 28 |
| Octal | 54 | 23 | 273 | 114 | 132 | 0 | 33 | 371 | 122 | 50 |
| Binary | 101100 | 10011 | 10111011 | 1001100 | 1011010 | 0 | 11011 | 11111001 | 1010010 | 101000 |
Color Harmonies of #2C13BB
Complementary color
Monochromatic Colors of #2C13BB
Black with #2C13BB
Text Example
Text Example
White with #2C13BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C13BB; }
p { color: rgb(44,19,187); }
H1.HeaderClassName
{
color: #2C13BB;
}
.AnyTagClassName
{
color: #2C13BB;
}
</style>
background-color css
<style>
a { background-color: #2C13BB; }
a { background-color: rgb(44,19,187); }
div.DivClassName
{
background-color: #2C13BB;
}
.BgClassName
{
background-color: #2C13BB;
}
</style>
border-color css
<style>
span { border-color: #2C13BB; }
span { border-color: rgb(44,19,187); }
td.TdClassName
{
border-color: #2C13BB;
}
.TagClassName
{
border-color: #2C13BB;
}
</style>