Shades of Persian Blue #2C18BB
Tints of Persian Blue #2C18BB
RGB
CMYK
RGB Variations
Color information
#2C18BB (or 0x2C18BB) is known color: Persian Blue. HEX triplet: 2C, 18 and BB. RGB value is (44,24,187). Sum of RGB (Red+Green+Blue) = 44+24+187=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C18BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C18BB is #D3E744. Grayscale: #2F2F2F. Windows color (decimal): -13887301 or 12261420. OLE color: 12261420.
HSL color Cylindrical-coordinate representation of color #2C18BB: hue angle of 247.36º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C18BB is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 24 | 187 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.27 |
| HSL | 247.36º | 0.77% | 0.41% | - |
| HSV(B) | 247.36º | 0.87% | 0.73% | - |
| XYZ | 10.33 | 4.78 | 47.39 | - |
| YUV | 48.56 | 206.13 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 24 | 187 | 0.76 | 0.87 | 0 | 0.27 | 247.36 | 0.77 | 0.41 |
| Hex | 2C | 18 | BB | 4C | 57 | 0 | 1B | F7 | 4D | 29 |
| Octal | 54 | 30 | 273 | 114 | 127 | 0 | 33 | 367 | 115 | 51 |
| Binary | 101100 | 11000 | 10111011 | 1001100 | 1010111 | 0 | 11011 | 11110111 | 1001101 | 101001 |
Color Harmonies of #2C18BB
Complementary color
Monochromatic Colors of #2C18BB
Black with #2C18BB
Text Example
Text Example
White with #2C18BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C18BB; }
p { color: rgb(44,24,187); }
H1.HeaderClassName
{
color: #2C18BB;
}
.AnyTagClassName
{
color: #2C18BB;
}
</style>
background-color css
<style>
a { background-color: #2C18BB; }
a { background-color: rgb(44,24,187); }
div.DivClassName
{
background-color: #2C18BB;
}
.BgClassName
{
background-color: #2C18BB;
}
</style>
border-color css
<style>
span { border-color: #2C18BB; }
span { border-color: rgb(44,24,187); }
td.TdClassName
{
border-color: #2C18BB;
}
.TagClassName
{
border-color: #2C18BB;
}
</style>