Shades of Persian Blue #2C14BF
Tints of Persian Blue #2C14BF
RGB
CMYK
RGB Variations
Color information
#2C14BF (or 0x2C14BF) is known color: Persian Blue. HEX triplet: 2C, 14 and BF. RGB value is (44,20,191). Sum of RGB (Red+Green+Blue) = 44+20+191=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C14BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C14BF is #D3EB40. Grayscale: #2E2E2E. Windows color (decimal): -13888321 or 12522540. OLE color: 12522540.
HSL color Cylindrical-coordinate representation of color #2C14BF: hue angle of 248.42º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C14BF is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 20 | 191 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.25 |
| HSL | 248.42º | 0.81% | 0.41% | - |
| HSV(B) | 248.42º | 0.9% | 0.75% | - |
| XYZ | 10.69 | 4.8 | 49.65 | - |
| YUV | 46.67 | 209.45 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 20 | 191 | 0.77 | 0.90 | 0 | 0.25 | 248.42 | 0.81 | 0.41 |
| Hex | 2C | 14 | BF | 4D | 5A | 0 | 19 | F8 | 51 | 29 |
| Octal | 54 | 24 | 277 | 115 | 132 | 0 | 31 | 370 | 121 | 51 |
| Binary | 101100 | 10100 | 10111111 | 1001101 | 1011010 | 0 | 11001 | 11111000 | 1010001 | 101001 |
Color Harmonies of #2C14BF
Complementary color
Monochromatic Colors of #2C14BF
Black with #2C14BF
Text Example
Text Example
White with #2C14BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C14BF; }
p { color: rgb(44,20,191); }
H1.HeaderClassName
{
color: #2C14BF;
}
.AnyTagClassName
{
color: #2C14BF;
}
</style>
background-color css
<style>
a { background-color: #2C14BF; }
a { background-color: rgb(44,20,191); }
div.DivClassName
{
background-color: #2C14BF;
}
.BgClassName
{
background-color: #2C14BF;
}
</style>
border-color css
<style>
span { border-color: #2C14BF; }
span { border-color: rgb(44,20,191); }
td.TdClassName
{
border-color: #2C14BF;
}
.TagClassName
{
border-color: #2C14BF;
}
</style>