Shades of Persian Blue #2A2EC0
Tints of Persian Blue #2A2EC0
RGB
CMYK
RGB Variations
Color information
#2A2EC0 (or 0x2A2EC0) is known color: Persian Blue. HEX triplet: 2A, 2E and C0. RGB value is (42,46,192). Sum of RGB (Red+Green+Blue) = 42+46+192=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 192 (75.39% from 255 or 68.57% from 280); Max value from RGB is 192 - color contains mainly: blue. Hex color #2A2EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2EC0 is #D5D13F. Grayscale: #3C3C3C. Windows color (decimal): -14012736 or 12594730. OLE color: 12594730.
HSL color Cylindrical-coordinate representation of color #2A2EC0: hue angle of 238.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A2EC0 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 46 | 192 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.25 |
| HSL | 238.4º | 0.64% | 0.46% | - |
| HSV(B) | 238.4º | 0.78% | 0.75% | - |
| XYZ | 11.45 | 6.25 | 50.47 | - |
| YUV | 61.45 | 201.67 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 46 | 192 | 0.78 | 0.76 | 0 | 0.25 | 238.4 | 0.64 | 0.46 |
| Hex | 2A | 2E | C0 | 4E | 4C | 0 | 19 | EE | 40 | 2E |
| Octal | 52 | 56 | 300 | 116 | 114 | 0 | 31 | 356 | 100 | 56 |
| Binary | 101010 | 101110 | 11000000 | 1001110 | 1001100 | 0 | 11001 | 11101110 | 1000000 | 101110 |
Color Harmonies of #2A2EC0
Complementary color
Monochromatic Colors of #2A2EC0
Black with #2A2EC0
Text Example
Text Example
White with #2A2EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2EC0; }
p { color: rgb(42,46,192); }
H1.HeaderClassName
{
color: #2A2EC0;
}
.AnyTagClassName
{
color: #2A2EC0;
}
</style>
background-color css
<style>
a { background-color: #2A2EC0; }
a { background-color: rgb(42,46,192); }
div.DivClassName
{
background-color: #2A2EC0;
}
.BgClassName
{
background-color: #2A2EC0;
}
</style>
border-color css
<style>
span { border-color: #2A2EC0; }
span { border-color: rgb(42,46,192); }
td.TdClassName
{
border-color: #2A2EC0;
}
.TagClassName
{
border-color: #2A2EC0;
}
</style>