Shades of Persian Blue #2E3ECE
Tints of Persian Blue #2E3ECE
RGB
CMYK
RGB Variations
Color information
#2E3ECE (or 0x2E3ECE) is known color: Persian Blue. HEX triplet: 2E, 3E and CE. RGB value is (46,62,206). Sum of RGB (Red+Green+Blue) = 46+62+206=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E3ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3ECE is #D1C131. Grayscale: #494949. Windows color (decimal): -13746482 or 13516334. OLE color: 13516334.
HSL color Cylindrical-coordinate representation of color #2E3ECE: hue angle of 234º 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 #2E3ECE is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 62 | 206 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.19 |
| HSL | 234º | 0.63% | 0.49% | - |
| HSV(B) | 234º | 0.78% | 0.81% | - |
| XYZ | 13.99 | 8.48 | 59.29 | - |
| YUV | 73.63 | 202.7 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 206 | 0.78 | 0.70 | 0 | 0.19 | 234 | 0.63 | 0.49 |
| Hex | 2E | 3E | CE | 4E | 46 | 0 | 13 | EA | 3F | 31 |
| Octal | 56 | 76 | 316 | 116 | 106 | 0 | 23 | 352 | 77 | 61 |
| Binary | 101110 | 111110 | 11001110 | 1001110 | 1000110 | 0 | 10011 | 11101010 | 111111 | 110001 |
Color Harmonies of #2E3ECE
Complementary color
Monochromatic Colors of #2E3ECE
Black with #2E3ECE
Text Example
Text Example
White with #2E3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3ECE; }
p { color: rgb(46,62,206); }
H1.HeaderClassName
{
color: #2E3ECE;
}
.AnyTagClassName
{
color: #2E3ECE;
}
</style>
background-color css
<style>
a { background-color: #2E3ECE; }
a { background-color: rgb(46,62,206); }
div.DivClassName
{
background-color: #2E3ECE;
}
.BgClassName
{
background-color: #2E3ECE;
}
</style>
border-color css
<style>
span { border-color: #2E3ECE; }
span { border-color: rgb(46,62,206); }
td.TdClassName
{
border-color: #2E3ECE;
}
.TagClassName
{
border-color: #2E3ECE;
}
</style>