Shades of Persian Blue #2E2ECA
Tints of Persian Blue #2E2ECA
RGB
CMYK
RGB Variations
Color information
#2E2ECA (or 0x2E2ECA) is known color: Persian Blue. HEX triplet: 2E, 2E and CA. RGB value is (46,46,202). Sum of RGB (Red+Green+Blue) = 46+46+202=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E2ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2ECA is #D1D135. Grayscale: #3F3F3F. Windows color (decimal): -13750582 or 13250094. OLE color: 13250094.
HSL color Cylindrical-coordinate representation of color #2E2ECA: hue angle of 240º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E2ECA is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 46 | 202 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.21 |
| HSL | 240º | 0.63% | 0.49% | - |
| HSV(B) | 240º | 0.77% | 0.79% | - |
| XYZ | 12.76 | 6.8 | 56.52 | - |
| YUV | 63.78 | 206 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 202 | 0.77 | 0.77 | 0 | 0.21 | 240 | 0.63 | 0.49 |
| Hex | 2E | 2E | CA | 4D | 4D | 0 | 15 | F0 | 3F | 31 |
| Octal | 56 | 56 | 312 | 115 | 115 | 0 | 25 | 360 | 77 | 61 |
| Binary | 101110 | 101110 | 11001010 | 1001101 | 1001101 | 0 | 10101 | 11110000 | 111111 | 110001 |
Color Harmonies of #2E2ECA
Complementary color
Monochromatic Colors of #2E2ECA
Black with #2E2ECA
Text Example
Text Example
White with #2E2ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2ECA; }
p { color: rgb(46,46,202); }
H1.HeaderClassName
{
color: #2E2ECA;
}
.AnyTagClassName
{
color: #2E2ECA;
}
</style>
background-color css
<style>
a { background-color: #2E2ECA; }
a { background-color: rgb(46,46,202); }
div.DivClassName
{
background-color: #2E2ECA;
}
.BgClassName
{
background-color: #2E2ECA;
}
</style>
border-color css
<style>
span { border-color: #2E2ECA; }
span { border-color: rgb(46,46,202); }
td.TdClassName
{
border-color: #2E2ECA;
}
.TagClassName
{
border-color: #2E2ECA;
}
</style>