Shades of Persian Blue #2A2EBA
Tints of Persian Blue #2A2EBA
RGB
CMYK
RGB Variations
Color information
#2A2EBA (or 0x2A2EBA) is known color: Persian Blue. HEX triplet: 2A, 2E and BA. RGB value is (42,46,186). Sum of RGB (Red+Green+Blue) = 42+46+186=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A2EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2EBA is #D5D145. Grayscale: #3C3C3C. Windows color (decimal): -14012742 or 12201514. OLE color: 12201514.
HSL color Cylindrical-coordinate representation of color #2A2EBA: hue angle of 238.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A2EBA is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 46 | 186 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.27 |
| HSL | 238.33º | 0.63% | 0.45% | - |
| HSV(B) | 238.33º | 0.77% | 0.73% | - |
| XYZ | 10.79 | 5.99 | 47.04 | - |
| YUV | 60.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 46 | 186 | 0.77 | 0.75 | 0 | 0.27 | 238.33 | 0.63 | 0.45 |
| Hex | 2A | 2E | BA | 4D | 4B | 0 | 1B | EE | 3F | 2D |
| Octal | 52 | 56 | 272 | 115 | 113 | 0 | 33 | 356 | 77 | 55 |
| Binary | 101010 | 101110 | 10111010 | 1001101 | 1001011 | 0 | 11011 | 11101110 | 111111 | 101101 |
Color Harmonies of #2A2EBA
Complementary color
Monochromatic Colors of #2A2EBA
Black with #2A2EBA
Text Example
Text Example
White with #2A2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2EBA; }
p { color: rgb(42,46,186); }
H1.HeaderClassName
{
color: #2A2EBA;
}
.AnyTagClassName
{
color: #2A2EBA;
}
</style>
background-color css
<style>
a { background-color: #2A2EBA; }
a { background-color: rgb(42,46,186); }
div.DivClassName
{
background-color: #2A2EBA;
}
.BgClassName
{
background-color: #2A2EBA;
}
</style>
border-color css
<style>
span { border-color: #2A2EBA; }
span { border-color: rgb(42,46,186); }
td.TdClassName
{
border-color: #2A2EBA;
}
.TagClassName
{
border-color: #2A2EBA;
}
</style>