Shades of Persian Blue #2E2ACC
Tints of Persian Blue #2E2ACC
RGB
CMYK
RGB Variations
Color information
#2E2ACC (or 0x2E2ACC) is known color: Persian Blue. HEX triplet: 2E, 2A and CC. RGB value is (46,42,204). Sum of RGB (Red+Green+Blue) = 46+42+204=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2ACC is #D1D533. Grayscale: #3D3D3D. Windows color (decimal): -13751604 or 13380142. OLE color: 13380142.
HSL color Cylindrical-coordinate representation of color #2E2ACC: hue angle of 241.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E2ACC is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 42 | 204 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.2 |
| HSL | 241.48º | 0.66% | 0.48% | - |
| HSV(B) | 241.48º | 0.79% | 0.8% | - |
| XYZ | 12.85 | 6.6 | 57.72 | - |
| YUV | 61.66 | 208.33 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 204 | 0.77 | 0.79 | 0 | 0.2 | 241.48 | 0.66 | 0.48 |
| Hex | 2E | 2A | CC | 4D | 4F | 0 | 14 | F1 | 42 | 30 |
| Octal | 56 | 52 | 314 | 115 | 117 | 0 | 24 | 361 | 102 | 60 |
| Binary | 101110 | 101010 | 11001100 | 1001101 | 1001111 | 0 | 10100 | 11110001 | 1000010 | 110000 |
Color Harmonies of #2E2ACC
Complementary color
Monochromatic Colors of #2E2ACC
Black with #2E2ACC
Text Example
Text Example
White with #2E2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2ACC; }
p { color: rgb(46,42,204); }
H1.HeaderClassName
{
color: #2E2ACC;
}
.AnyTagClassName
{
color: #2E2ACC;
}
</style>
background-color css
<style>
a { background-color: #2E2ACC; }
a { background-color: rgb(46,42,204); }
div.DivClassName
{
background-color: #2E2ACC;
}
.BgClassName
{
background-color: #2E2ACC;
}
</style>
border-color css
<style>
span { border-color: #2E2ACC; }
span { border-color: rgb(46,42,204); }
td.TdClassName
{
border-color: #2E2ACC;
}
.TagClassName
{
border-color: #2E2ACC;
}
</style>