Shades of Persian Blue #2E40CF
Tints of Persian Blue #2E40CF
RGB
CMYK
RGB Variations
Color information
#2E40CF (or 0x2E40CF) is known color: Persian Blue. HEX triplet: 2E, 40 and CF. RGB value is (46,64,207). Sum of RGB (Red+Green+Blue) = 46+64+207=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E40CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E40CF is #D1BF30. Grayscale: #4A4A4A. Windows color (decimal): -13745969 or 13582382. OLE color: 13582382.
HSL color Cylindrical-coordinate representation of color #2E40CF: hue angle of 233.29º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E40CF is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 64 | 207 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.19 |
| HSL | 233.29º | 0.64% | 0.5% | - |
| HSV(B) | 233.29º | 0.78% | 0.81% | - |
| XYZ | 14.22 | 8.75 | 59.97 | - |
| YUV | 74.92 | 202.54 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 207 | 0.78 | 0.69 | 0 | 0.19 | 233.29 | 0.64 | 0.5 |
| Hex | 2E | 40 | CF | 4E | 45 | 0 | 13 | E9 | 40 | 32 |
| Octal | 56 | 100 | 317 | 116 | 105 | 0 | 23 | 351 | 100 | 62 |
| Binary | 101110 | 1000000 | 11001111 | 1001110 | 1000101 | 0 | 10011 | 11101001 | 1000000 | 110010 |
Color Harmonies of #2E40CF
Complementary color
Monochromatic Colors of #2E40CF
Black with #2E40CF
Text Example
Text Example
White with #2E40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E40CF; }
p { color: rgb(46,64,207); }
H1.HeaderClassName
{
color: #2E40CF;
}
.AnyTagClassName
{
color: #2E40CF;
}
</style>
background-color css
<style>
a { background-color: #2E40CF; }
a { background-color: rgb(46,64,207); }
div.DivClassName
{
background-color: #2E40CF;
}
.BgClassName
{
background-color: #2E40CF;
}
</style>
border-color css
<style>
span { border-color: #2E40CF; }
span { border-color: rgb(46,64,207); }
td.TdClassName
{
border-color: #2E40CF;
}
.TagClassName
{
border-color: #2E40CF;
}
</style>