Shades of Persian Blue #2E3ECF
Tints of Persian Blue #2E3ECF
RGB
CMYK
RGB Variations
Color information
#2E3ECF (or 0x2E3ECF) is known color: Persian Blue. HEX triplet: 2E, 3E and CF. RGB value is (46,62,207). Sum of RGB (Red+Green+Blue) = 46+62+207=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E3ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3ECF is #D1C130. Grayscale: #494949. Windows color (decimal): -13746481 or 13581870. OLE color: 13581870.
HSL color Cylindrical-coordinate representation of color #2E3ECF: hue angle of 234.04º 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 #2E3ECF is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 62 | 207 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.19 |
| HSL | 234.04º | 0.64% | 0.5% | - |
| HSV(B) | 234.04º | 0.78% | 0.81% | - |
| XYZ | 14.11 | 8.53 | 59.93 | - |
| YUV | 73.75 | 203.2 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 207 | 0.78 | 0.70 | 0 | 0.19 | 234.04 | 0.64 | 0.5 |
| Hex | 2E | 3E | CF | 4E | 46 | 0 | 13 | EA | 40 | 32 |
| Octal | 56 | 76 | 317 | 116 | 106 | 0 | 23 | 352 | 100 | 62 |
| Binary | 101110 | 111110 | 11001111 | 1001110 | 1000110 | 0 | 10011 | 11101010 | 1000000 | 110010 |
Color Harmonies of #2E3ECF
Complementary color
Monochromatic Colors of #2E3ECF
Black with #2E3ECF
Text Example
Text Example
White with #2E3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3ECF; }
p { color: rgb(46,62,207); }
H1.HeaderClassName
{
color: #2E3ECF;
}
.AnyTagClassName
{
color: #2E3ECF;
}
</style>
background-color css
<style>
a { background-color: #2E3ECF; }
a { background-color: rgb(46,62,207); }
div.DivClassName
{
background-color: #2E3ECF;
}
.BgClassName
{
background-color: #2E3ECF;
}
</style>
border-color css
<style>
span { border-color: #2E3ECF; }
span { border-color: rgb(46,62,207); }
td.TdClassName
{
border-color: #2E3ECF;
}
.TagClassName
{
border-color: #2E3ECF;
}
</style>