Shades of Persian Blue #2E22CF
Tints of Persian Blue #2E22CF
RGB
CMYK
RGB Variations
Color information
#2E22CF (or 0x2E22CF) is known color: Persian Blue. HEX triplet: 2E, 22 and CF. RGB value is (46,34,207). Sum of RGB (Red+Green+Blue) = 46+34+207=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E22CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E22CF is #D1DD30. Grayscale: #383838. Windows color (decimal): -13753649 or 13574702. OLE color: 13574702.
HSL color Cylindrical-coordinate representation of color #2E22CF: hue angle of 244.16º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E22CF is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 34 | 207 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.19 |
| HSL | 244.16º | 0.72% | 0.47% | - |
| HSV(B) | 244.16º | 0.84% | 0.81% | - |
| XYZ | 12.96 | 6.23 | 59.55 | - |
| YUV | 57.31 | 212.48 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 207 | 0.78 | 0.84 | 0 | 0.19 | 244.16 | 0.72 | 0.47 |
| Hex | 2E | 22 | CF | 4E | 54 | 0 | 13 | F4 | 48 | 2F |
| Octal | 56 | 42 | 317 | 116 | 124 | 0 | 23 | 364 | 110 | 57 |
| Binary | 101110 | 100010 | 11001111 | 1001110 | 1010100 | 0 | 10011 | 11110100 | 1001000 | 101111 |
Color Harmonies of #2E22CF
Complementary color
Monochromatic Colors of #2E22CF
Black with #2E22CF
Text Example
Text Example
White with #2E22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E22CF; }
p { color: rgb(46,34,207); }
H1.HeaderClassName
{
color: #2E22CF;
}
.AnyTagClassName
{
color: #2E22CF;
}
</style>
background-color css
<style>
a { background-color: #2E22CF; }
a { background-color: rgb(46,34,207); }
div.DivClassName
{
background-color: #2E22CF;
}
.BgClassName
{
background-color: #2E22CF;
}
</style>
border-color css
<style>
span { border-color: #2E22CF; }
span { border-color: rgb(46,34,207); }
td.TdClassName
{
border-color: #2E22CF;
}
.TagClassName
{
border-color: #2E22CF;
}
</style>