Shades of Persian Blue #221BBC
Tints of Persian Blue #221BBC
RGB
CMYK
RGB Variations
Color information
#221BBC (or 0x221BBC) is known color: Persian Blue. HEX triplet: 22, 1B and BC. RGB value is (34,27,188). Sum of RGB (Red+Green+Blue) = 34+27+188=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #221BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221BBC is #DDE443. Grayscale: #2E2E2E. Windows color (decimal): -14541892 or 12327714. OLE color: 12327714.
HSL color Cylindrical-coordinate representation of color #221BBC: hue angle of 242.61º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221BBC is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 27 | 188 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.26 |
| HSL | 242.61º | 0.75% | 0.42% | - |
| HSV(B) | 242.61º | 0.86% | 0.74% | - |
| XYZ | 10.13 | 4.75 | 47.96 | - |
| YUV | 47.45 | 207.32 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 188 | 0.82 | 0.86 | 0 | 0.26 | 242.61 | 0.75 | 0.42 |
| Hex | 22 | 1B | BC | 52 | 56 | 0 | 1A | F3 | 4B | 2A |
| Octal | 42 | 33 | 274 | 122 | 126 | 0 | 32 | 363 | 113 | 52 |
| Binary | 100010 | 11011 | 10111100 | 1010010 | 1010110 | 0 | 11010 | 11110011 | 1001011 | 101010 |
Color Harmonies of #221BBC
Complementary color
Monochromatic Colors of #221BBC
Black with #221BBC
Text Example
Text Example
White with #221BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221BBC; }
p { color: rgb(34,27,188); }
H1.HeaderClassName
{
color: #221BBC;
}
.AnyTagClassName
{
color: #221BBC;
}
</style>
background-color css
<style>
a { background-color: #221BBC; }
a { background-color: rgb(34,27,188); }
div.DivClassName
{
background-color: #221BBC;
}
.BgClassName
{
background-color: #221BBC;
}
</style>
border-color css
<style>
span { border-color: #221BBC; }
span { border-color: rgb(34,27,188); }
td.TdClassName
{
border-color: #221BBC;
}
.TagClassName
{
border-color: #221BBC;
}
</style>