Shades of Persian Blue #2A2EAD
Tints of Persian Blue #2A2EAD
RGB
CMYK
RGB Variations
Color information
#2A2EAD (or 0x2A2EAD) is known color: Persian Blue. HEX triplet: 2A, 2E and AD. RGB value is (42,46,173). Sum of RGB (Red+Green+Blue) = 42+46+173=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A2EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2EAD is #D5D152. Grayscale: #3A3A3A. Windows color (decimal): -14012755 or 11349546. OLE color: 11349546.
HSL color Cylindrical-coordinate representation of color #2A2EAD: hue angle of 238.17º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A2EAD is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 46 | 173 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.32 |
| HSL | 238.17º | 0.61% | 0.42% | - |
| HSV(B) | 238.17º | 0.76% | 0.68% | - |
| XYZ | 9.47 | 5.46 | 40.09 | - |
| YUV | 59.28 | 192.17 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 46 | 173 | 0.76 | 0.73 | 0 | 0.32 | 238.17 | 0.61 | 0.42 |
| Hex | 2A | 2E | AD | 4C | 49 | 0 | 20 | EE | 3D | 2A |
| Octal | 52 | 56 | 255 | 114 | 111 | 0 | 40 | 356 | 75 | 52 |
| Binary | 101010 | 101110 | 10101101 | 1001100 | 1001001 | 0 | 100000 | 11101110 | 111101 | 101010 |
Color Harmonies of #2A2EAD
Complementary color
Monochromatic Colors of #2A2EAD
Black with #2A2EAD
Text Example
Text Example
White with #2A2EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2EAD; }
p { color: rgb(42,46,173); }
H1.HeaderClassName
{
color: #2A2EAD;
}
.AnyTagClassName
{
color: #2A2EAD;
}
</style>
background-color css
<style>
a { background-color: #2A2EAD; }
a { background-color: rgb(42,46,173); }
div.DivClassName
{
background-color: #2A2EAD;
}
.BgClassName
{
background-color: #2A2EAD;
}
</style>
border-color css
<style>
span { border-color: #2A2EAD; }
span { border-color: rgb(42,46,173); }
td.TdClassName
{
border-color: #2A2EAD;
}
.TagClassName
{
border-color: #2A2EAD;
}
</style>