Shades of Persian Blue #2E32BE
Tints of Persian Blue #2E32BE
RGB
CMYK
RGB Variations
Color information
#2E32BE (or 0x2E32BE) is known color: Persian Blue. HEX triplet: 2E, 32 and BE. RGB value is (46,50,190). Sum of RGB (Red+Green+Blue) = 46+50+190=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E32BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E32BE is #D1CD41. Grayscale: #404040. Windows color (decimal): -13749570 or 12464686. OLE color: 12464686.
HSL color Cylindrical-coordinate representation of color #2E32BE: hue angle of 238.33º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E32BE is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 50 | 190 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.25 |
| HSL | 238.33º | 0.61% | 0.46% | - |
| HSV(B) | 238.33º | 0.76% | 0.75% | - |
| XYZ | 11.56 | 6.58 | 49.38 | - |
| YUV | 64.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 190 | 0.76 | 0.74 | 0 | 0.25 | 238.33 | 0.61 | 0.46 |
| Hex | 2E | 32 | BE | 4C | 4A | 0 | 19 | EE | 3D | 2E |
| Octal | 56 | 62 | 276 | 114 | 112 | 0 | 31 | 356 | 75 | 56 |
| Binary | 101110 | 110010 | 10111110 | 1001100 | 1001010 | 0 | 11001 | 11101110 | 111101 | 101110 |
Color Harmonies of #2E32BE
Complementary color
Monochromatic Colors of #2E32BE
Black with #2E32BE
Text Example
Text Example
White with #2E32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E32BE; }
p { color: rgb(46,50,190); }
H1.HeaderClassName
{
color: #2E32BE;
}
.AnyTagClassName
{
color: #2E32BE;
}
</style>
background-color css
<style>
a { background-color: #2E32BE; }
a { background-color: rgb(46,50,190); }
div.DivClassName
{
background-color: #2E32BE;
}
.BgClassName
{
background-color: #2E32BE;
}
</style>
border-color css
<style>
span { border-color: #2E32BE; }
span { border-color: rgb(46,50,190); }
td.TdClassName
{
border-color: #2E32BE;
}
.TagClassName
{
border-color: #2E32BE;
}
</style>