Shades of Persian Blue #2E3BCE
Tints of Persian Blue #2E3BCE
RGB
CMYK
RGB Variations
Color information
#2E3BCE (or 0x2E3BCE) is known color: Persian Blue. HEX triplet: 2E, 3B and CE. RGB value is (46,59,206). Sum of RGB (Red+Green+Blue) = 46+59+206=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E3BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3BCE is #D1C431. Grayscale: #474747. Windows color (decimal): -13747250 or 13515566. OLE color: 13515566.
HSL color Cylindrical-coordinate representation of color #2E3BCE: hue angle of 235.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E3BCE is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 59 | 206 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.19 |
| HSL | 235.13º | 0.63% | 0.49% | - |
| HSV(B) | 235.13º | 0.78% | 0.81% | - |
| XYZ | 13.83 | 8.17 | 59.24 | - |
| YUV | 71.87 | 203.69 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 59 | 206 | 0.78 | 0.71 | 0 | 0.19 | 235.13 | 0.63 | 0.49 |
| Hex | 2E | 3B | CE | 4E | 47 | 0 | 13 | EB | 3F | 31 |
| Octal | 56 | 73 | 316 | 116 | 107 | 0 | 23 | 353 | 77 | 61 |
| Binary | 101110 | 111011 | 11001110 | 1001110 | 1000111 | 0 | 10011 | 11101011 | 111111 | 110001 |
Color Harmonies of #2E3BCE
Complementary color
Monochromatic Colors of #2E3BCE
Black with #2E3BCE
Text Example
Text Example
White with #2E3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3BCE; }
p { color: rgb(46,59,206); }
H1.HeaderClassName
{
color: #2E3BCE;
}
.AnyTagClassName
{
color: #2E3BCE;
}
</style>
background-color css
<style>
a { background-color: #2E3BCE; }
a { background-color: rgb(46,59,206); }
div.DivClassName
{
background-color: #2E3BCE;
}
.BgClassName
{
background-color: #2E3BCE;
}
</style>
border-color css
<style>
span { border-color: #2E3BCE; }
span { border-color: rgb(46,59,206); }
td.TdClassName
{
border-color: #2E3BCE;
}
.TagClassName
{
border-color: #2E3BCE;
}
</style>