Shades of Persian Blue #2E39BB
Tints of Persian Blue #2E39BB
RGB
CMYK
RGB Variations
Color information
#2E39BB (or 0x2E39BB) is known color: Persian Blue. HEX triplet: 2E, 39 and BB. RGB value is (46,57,187). Sum of RGB (Red+Green+Blue) = 46+57+187=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E39BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E39BB is #D1C644. Grayscale: #444444. Windows color (decimal): -13747781 or 12269870. OLE color: 12269870.
HSL color Cylindrical-coordinate representation of color #2E39BB: hue angle of 235.32º 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 #2E39BB is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 57 | 187 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.27 |
| HSL | 235.32º | 0.61% | 0.46% | - |
| HSV(B) | 235.32º | 0.75% | 0.73% | - |
| XYZ | 11.56 | 7.09 | 47.77 | - |
| YUV | 68.53 | 194.86 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 187 | 0.75 | 0.70 | 0 | 0.27 | 235.32 | 0.61 | 0.46 |
| Hex | 2E | 39 | BB | 4B | 46 | 0 | 1B | EB | 3D | 2E |
| Octal | 56 | 71 | 273 | 113 | 106 | 0 | 33 | 353 | 75 | 56 |
| Binary | 101110 | 111001 | 10111011 | 1001011 | 1000110 | 0 | 11011 | 11101011 | 111101 | 101110 |
Color Harmonies of #2E39BB
Complementary color
Monochromatic Colors of #2E39BB
Black with #2E39BB
Text Example
Text Example
White with #2E39BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E39BB; }
p { color: rgb(46,57,187); }
H1.HeaderClassName
{
color: #2E39BB;
}
.AnyTagClassName
{
color: #2E39BB;
}
</style>
background-color css
<style>
a { background-color: #2E39BB; }
a { background-color: rgb(46,57,187); }
div.DivClassName
{
background-color: #2E39BB;
}
.BgClassName
{
background-color: #2E39BB;
}
</style>
border-color css
<style>
span { border-color: #2E39BB; }
span { border-color: rgb(46,57,187); }
td.TdClassName
{
border-color: #2E39BB;
}
.TagClassName
{
border-color: #2E39BB;
}
</style>