Shades of Persian Blue #022BE3
Tints of Persian Blue #022BE3
RGB
CMYK
RGB Variations
Color information
#022BE3 (or 0x022BE3) is known color: Persian Blue. HEX triplet: 02, 2B and E3. RGB value is (2,43,227). Sum of RGB (Red+Green+Blue) = 2+43+227=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 227 (89.06% from 255 or 83.46% from 272); Max value from RGB is 227 - color contains mainly: blue. Hex color #022BE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BE3 is #FDD41C. Grayscale: #323232. Windows color (decimal): -16634909 or 14887682. OLE color: 14887682.
HSL color Cylindrical-coordinate representation of color #022BE3: hue angle of 229.07º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BE3 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 43 | 227 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.11 |
| HSL | 229.07º | 0.98% | 0.45% | - |
| HSV(B) | 229.07º | 0.99% | 0.89% | - |
| XYZ | 14.75 | 7.29 | 73.3 | - |
| YUV | 51.72 | 226.92 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 227 | 0.99 | 0.81 | 0 | 0.11 | 229.07 | 0.98 | 0.45 |
| Hex | 2 | 2B | E3 | 63 | 51 | 0 | B | E5 | 62 | 2D |
| Octal | 2 | 53 | 343 | 143 | 121 | 0 | 13 | 345 | 142 | 55 |
| Binary | 10 | 101011 | 11100011 | 1100011 | 1010001 | 0 | 1011 | 11100101 | 1100010 | 101101 |
Color Harmonies of #022BE3
Complementary color
Monochromatic Colors of #022BE3
Black with #022BE3
Text Example
Text Example
White with #022BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BE3; }
p { color: rgb(2,43,227); }
H1.HeaderClassName
{
color: #022BE3;
}
.AnyTagClassName
{
color: #022BE3;
}
</style>
background-color css
<style>
a { background-color: #022BE3; }
a { background-color: rgb(2,43,227); }
div.DivClassName
{
background-color: #022BE3;
}
.BgClassName
{
background-color: #022BE3;
}
</style>
border-color css
<style>
span { border-color: #022BE3; }
span { border-color: rgb(2,43,227); }
td.TdClassName
{
border-color: #022BE3;
}
.TagClassName
{
border-color: #022BE3;
}
</style>