Shades of Persian Blue #2E3ACE
Tints of Persian Blue #2E3ACE
RGB
CMYK
RGB Variations
Color information
#2E3ACE (or 0x2E3ACE) is known color: Persian Blue. HEX triplet: 2E, 3A and CE. RGB value is (46,58,206). Sum of RGB (Red+Green+Blue) = 46+58+206=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E3ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3ACE is #D1C531. Grayscale: #464646. Windows color (decimal): -13747506 or 13515310. OLE color: 13515310.
HSL color Cylindrical-coordinate representation of color #2E3ACE: hue angle of 235.5º 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 #2E3ACE is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 58 | 206 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.19 |
| HSL | 235.5º | 0.63% | 0.49% | - |
| HSV(B) | 235.5º | 0.78% | 0.81% | - |
| XYZ | 13.78 | 8.06 | 59.22 | - |
| YUV | 71.28 | 204.02 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 206 | 0.78 | 0.72 | 0 | 0.19 | 235.5 | 0.63 | 0.49 |
| Hex | 2E | 3A | CE | 4E | 48 | 0 | 13 | EC | 3F | 31 |
| Octal | 56 | 72 | 316 | 116 | 110 | 0 | 23 | 354 | 77 | 61 |
| Binary | 101110 | 111010 | 11001110 | 1001110 | 1001000 | 0 | 10011 | 11101100 | 111111 | 110001 |
Color Harmonies of #2E3ACE
Complementary color
Monochromatic Colors of #2E3ACE
Black with #2E3ACE
Text Example
Text Example
White with #2E3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3ACE; }
p { color: rgb(46,58,206); }
H1.HeaderClassName
{
color: #2E3ACE;
}
.AnyTagClassName
{
color: #2E3ACE;
}
</style>
background-color css
<style>
a { background-color: #2E3ACE; }
a { background-color: rgb(46,58,206); }
div.DivClassName
{
background-color: #2E3ACE;
}
.BgClassName
{
background-color: #2E3ACE;
}
</style>
border-color css
<style>
span { border-color: #2E3ACE; }
span { border-color: rgb(46,58,206); }
td.TdClassName
{
border-color: #2E3ACE;
}
.TagClassName
{
border-color: #2E3ACE;
}
</style>