Shades of Persian Blue #2118BC
Tints of Persian Blue #2118BC
RGB
CMYK
RGB Variations
Color information
#2118BC (or 0x2118BC) is known color: Persian Blue. HEX triplet: 21, 18 and BC. RGB value is (33,24,188). Sum of RGB (Red+Green+Blue) = 33+24+188=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #2118BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2118BC is #DEE743. Grayscale: #2C2C2C. Windows color (decimal): -14608196 or 12326945. OLE color: 12326945.
HSL color Cylindrical-coordinate representation of color #2118BC: hue angle of 243.29º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2118BC is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 24 | 188 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.26 |
| HSL | 243.29º | 0.77% | 0.42% | - |
| HSV(B) | 243.29º | 0.87% | 0.74% | - |
| XYZ | 10.03 | 4.61 | 47.94 | - |
| YUV | 45.39 | 208.48 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 188 | 0.82 | 0.87 | 0 | 0.26 | 243.29 | 0.77 | 0.42 |
| Hex | 21 | 18 | BC | 52 | 57 | 0 | 1A | F3 | 4D | 2A |
| Octal | 41 | 30 | 274 | 122 | 127 | 0 | 32 | 363 | 115 | 52 |
| Binary | 100001 | 11000 | 10111100 | 1010010 | 1010111 | 0 | 11010 | 11110011 | 1001101 | 101010 |
Color Harmonies of #2118BC
Complementary color
Monochromatic Colors of #2118BC
Black with #2118BC
Text Example
Text Example
White with #2118BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2118BC; }
p { color: rgb(33,24,188); }
H1.HeaderClassName
{
color: #2118BC;
}
.AnyTagClassName
{
color: #2118BC;
}
</style>
background-color css
<style>
a { background-color: #2118BC; }
a { background-color: rgb(33,24,188); }
div.DivClassName
{
background-color: #2118BC;
}
.BgClassName
{
background-color: #2118BC;
}
</style>
border-color css
<style>
span { border-color: #2118BC; }
span { border-color: rgb(33,24,188); }
td.TdClassName
{
border-color: #2118BC;
}
.TagClassName
{
border-color: #2118BC;
}
</style>