Shades of Persian Blue #2E2CC5
Tints of Persian Blue #2E2CC5
RGB
CMYK
RGB Variations
Color information
#2E2CC5 (or 0x2E2CC5) is known color: Persian Blue. HEX triplet: 2E, 2C and C5. RGB value is (46,44,197). Sum of RGB (Red+Green+Blue) = 46+44+197=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 197 (77.34% from 255 or 68.64% from 287); Max value from RGB is 197 - color contains mainly: blue. Hex color #2E2CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2CC5 is #D1D33A. Grayscale: #3D3D3D. Windows color (decimal): -13751099 or 12921902. OLE color: 12921902.
HSL color Cylindrical-coordinate representation of color #2E2CC5: hue angle of 240.78º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E2CC5 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 44 | 197 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.23 |
| HSL | 240.78º | 0.63% | 0.47% | - |
| HSV(B) | 240.78º | 0.78% | 0.77% | - |
| XYZ | 12.11 | 6.41 | 53.42 | - |
| YUV | 62.04 | 204.16 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 197 | 0.77 | 0.78 | 0 | 0.23 | 240.78 | 0.63 | 0.47 |
| Hex | 2E | 2C | C5 | 4D | 4E | 0 | 17 | F1 | 3F | 2F |
| Octal | 56 | 54 | 305 | 115 | 116 | 0 | 27 | 361 | 77 | 57 |
| Binary | 101110 | 101100 | 11000101 | 1001101 | 1001110 | 0 | 10111 | 11110001 | 111111 | 101111 |
Color Harmonies of #2E2CC5
Complementary color
Monochromatic Colors of #2E2CC5
Black with #2E2CC5
Text Example
Text Example
White with #2E2CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2CC5; }
p { color: rgb(46,44,197); }
H1.HeaderClassName
{
color: #2E2CC5;
}
.AnyTagClassName
{
color: #2E2CC5;
}
</style>
background-color css
<style>
a { background-color: #2E2CC5; }
a { background-color: rgb(46,44,197); }
div.DivClassName
{
background-color: #2E2CC5;
}
.BgClassName
{
background-color: #2E2CC5;
}
</style>
border-color css
<style>
span { border-color: #2E2CC5; }
span { border-color: rgb(46,44,197); }
td.TdClassName
{
border-color: #2E2CC5;
}
.TagClassName
{
border-color: #2E2CC5;
}
</style>