Shades of Persian Blue #2B22DC
Tints of Persian Blue #2B22DC
RGB
CMYK
RGB Variations
Color information
#2B22DC (or 0x2B22DC) is known color: Persian Blue. HEX triplet: 2B, 22 and DC. RGB value is (43,34,220). Sum of RGB (Red+Green+Blue) = 43+34+220=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B22DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B22DC is #D4DD23. Grayscale: #393939. Windows color (decimal): -13950244 or 14426667. OLE color: 14426667.
HSL color Cylindrical-coordinate representation of color #2B22DC: hue angle of 242.9º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B22DC is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 34 | 220 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.14 |
| HSL | 242.9º | 0.73% | 0.5% | - |
| HSV(B) | 242.9º | 0.85% | 0.86% | - |
| XYZ | 14.49 | 6.82 | 68.26 | - |
| YUV | 57.9 | 219.48 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 220 | 0.80 | 0.85 | 0 | 0.14 | 242.9 | 0.73 | 0.5 |
| Hex | 2B | 22 | DC | 50 | 55 | 0 | E | F3 | 49 | 32 |
| Octal | 53 | 42 | 334 | 120 | 125 | 0 | 16 | 363 | 111 | 62 |
| Binary | 101011 | 100010 | 11011100 | 1010000 | 1010101 | 0 | 1110 | 11110011 | 1001001 | 110010 |
Color Harmonies of #2B22DC
Complementary color
Monochromatic Colors of #2B22DC
Black with #2B22DC
Text Example
Text Example
White with #2B22DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B22DC; }
p { color: rgb(43,34,220); }
H1.HeaderClassName
{
color: #2B22DC;
}
.AnyTagClassName
{
color: #2B22DC;
}
</style>
background-color css
<style>
a { background-color: #2B22DC; }
a { background-color: rgb(43,34,220); }
div.DivClassName
{
background-color: #2B22DC;
}
.BgClassName
{
background-color: #2B22DC;
}
</style>
border-color css
<style>
span { border-color: #2B22DC; }
span { border-color: rgb(43,34,220); }
td.TdClassName
{
border-color: #2B22DC;
}
.TagClassName
{
border-color: #2B22DC;
}
</style>