Shades of Persian Blue #2E33BE
Tints of Persian Blue #2E33BE
RGB
CMYK
RGB Variations
Color information
#2E33BE (or 0x2E33BE) is known color: Persian Blue. HEX triplet: 2E, 33 and BE. RGB value is (46,51,190). Sum of RGB (Red+Green+Blue) = 46+51+190=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E33BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E33BE is #D1CC41. Grayscale: #404040. Windows color (decimal): -13749314 or 12464942. OLE color: 12464942.
HSL color Cylindrical-coordinate representation of color #2E33BE: hue angle of 237.92º 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 #2E33BE is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 51 | 190 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.25 |
| HSL | 237.92º | 0.61% | 0.46% | - |
| HSV(B) | 237.92º | 0.76% | 0.75% | - |
| XYZ | 11.6 | 6.67 | 49.39 | - |
| YUV | 65.35 | 198.34 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 190 | 0.76 | 0.73 | 0 | 0.25 | 237.92 | 0.61 | 0.46 |
| Hex | 2E | 33 | BE | 4C | 49 | 0 | 19 | EE | 3D | 2E |
| Octal | 56 | 63 | 276 | 114 | 111 | 0 | 31 | 356 | 75 | 56 |
| Binary | 101110 | 110011 | 10111110 | 1001100 | 1001001 | 0 | 11001 | 11101110 | 111101 | 101110 |
Color Harmonies of #2E33BE
Complementary color
Monochromatic Colors of #2E33BE
Black with #2E33BE
Text Example
Text Example
White with #2E33BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E33BE; }
p { color: rgb(46,51,190); }
H1.HeaderClassName
{
color: #2E33BE;
}
.AnyTagClassName
{
color: #2E33BE;
}
</style>
background-color css
<style>
a { background-color: #2E33BE; }
a { background-color: rgb(46,51,190); }
div.DivClassName
{
background-color: #2E33BE;
}
.BgClassName
{
background-color: #2E33BE;
}
</style>
border-color css
<style>
span { border-color: #2E33BE; }
span { border-color: rgb(46,51,190); }
td.TdClassName
{
border-color: #2E33BE;
}
.TagClassName
{
border-color: #2E33BE;
}
</style>