Shades of Persian Blue #2E32BB
Tints of Persian Blue #2E32BB
RGB
CMYK
RGB Variations
Color information
#2E32BB (or 0x2E32BB) is known color: Persian Blue. HEX triplet: 2E, 32 and BB. RGB value is (46,50,187). Sum of RGB (Red+Green+Blue) = 46+50+187=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E32BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E32BB is #D1CD44. Grayscale: #3F3F3F. Windows color (decimal): -13749573 or 12268078. OLE color: 12268078.
HSL color Cylindrical-coordinate representation of color #2E32BB: hue angle of 238.3º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E32BB is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 50 | 187 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.27 |
| HSL | 238.3º | 0.61% | 0.46% | - |
| HSV(B) | 238.3º | 0.75% | 0.73% | - |
| XYZ | 11.24 | 6.45 | 47.67 | - |
| YUV | 64.42 | 197.17 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 187 | 0.75 | 0.73 | 0 | 0.27 | 238.3 | 0.61 | 0.46 |
| Hex | 2E | 32 | BB | 4B | 49 | 0 | 1B | EE | 3D | 2E |
| Octal | 56 | 62 | 273 | 113 | 111 | 0 | 33 | 356 | 75 | 56 |
| Binary | 101110 | 110010 | 10111011 | 1001011 | 1001001 | 0 | 11011 | 11101110 | 111101 | 101110 |
Color Harmonies of #2E32BB
Complementary color
Monochromatic Colors of #2E32BB
Black with #2E32BB
Text Example
Text Example
White with #2E32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E32BB; }
p { color: rgb(46,50,187); }
H1.HeaderClassName
{
color: #2E32BB;
}
.AnyTagClassName
{
color: #2E32BB;
}
</style>
background-color css
<style>
a { background-color: #2E32BB; }
a { background-color: rgb(46,50,187); }
div.DivClassName
{
background-color: #2E32BB;
}
.BgClassName
{
background-color: #2E32BB;
}
</style>
border-color css
<style>
span { border-color: #2E32BB; }
span { border-color: rgb(46,50,187); }
td.TdClassName
{
border-color: #2E32BB;
}
.TagClassName
{
border-color: #2E32BB;
}
</style>