Shades of Persian Blue #2B22CE
Tints of Persian Blue #2B22CE
RGB
CMYK
RGB Variations
Color information
#2B22CE (or 0x2B22CE) is known color: Persian Blue. HEX triplet: 2B, 22 and CE. RGB value is (43,34,206). Sum of RGB (Red+Green+Blue) = 43+34+206=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B22CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B22CE is #D4DD31. Grayscale: #373737. Windows color (decimal): -13950258 or 13509163. OLE color: 13509163.
HSL color Cylindrical-coordinate representation of color #2B22CE: hue angle of 243.14º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B22CE is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 34 | 206 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.19 |
| HSL | 243.14º | 0.72% | 0.47% | - |
| HSV(B) | 243.14º | 0.83% | 0.81% | - |
| XYZ | 12.71 | 6.11 | 58.9 | - |
| YUV | 56.3 | 212.48 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 206 | 0.79 | 0.83 | 0 | 0.19 | 243.14 | 0.72 | 0.47 |
| Hex | 2B | 22 | CE | 4F | 53 | 0 | 13 | F3 | 48 | 2F |
| Octal | 53 | 42 | 316 | 117 | 123 | 0 | 23 | 363 | 110 | 57 |
| Binary | 101011 | 100010 | 11001110 | 1001111 | 1010011 | 0 | 10011 | 11110011 | 1001000 | 101111 |
Color Harmonies of #2B22CE
Complementary color
Monochromatic Colors of #2B22CE
Black with #2B22CE
Text Example
Text Example
White with #2B22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B22CE; }
p { color: rgb(43,34,206); }
H1.HeaderClassName
{
color: #2B22CE;
}
.AnyTagClassName
{
color: #2B22CE;
}
</style>
background-color css
<style>
a { background-color: #2B22CE; }
a { background-color: rgb(43,34,206); }
div.DivClassName
{
background-color: #2B22CE;
}
.BgClassName
{
background-color: #2B22CE;
}
</style>
border-color css
<style>
span { border-color: #2B22CE; }
span { border-color: rgb(43,34,206); }
td.TdClassName
{
border-color: #2B22CE;
}
.TagClassName
{
border-color: #2B22CE;
}
</style>