Shades of Persian Blue #2A2BAE
Tints of Persian Blue #2A2BAE
RGB
CMYK
RGB Variations
Color information
#2A2BAE (or 0x2A2BAE) is known color: Persian Blue. HEX triplet: 2A, 2B and AE. RGB value is (42,43,174). Sum of RGB (Red+Green+Blue) = 42+43+174=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A2BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2BAE is #D5D451. Grayscale: #393939. Windows color (decimal): -14013522 or 11414314. OLE color: 11414314.
HSL color Cylindrical-coordinate representation of color #2A2BAE: hue angle of 239.55º 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 #2A2BAE is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 43 | 174 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.32 |
| HSL | 239.55º | 0.61% | 0.42% | - |
| HSV(B) | 239.55º | 0.76% | 0.68% | - |
| XYZ | 9.46 | 5.28 | 40.56 | - |
| YUV | 57.64 | 193.67 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 43 | 174 | 0.76 | 0.75 | 0 | 0.32 | 239.55 | 0.61 | 0.42 |
| Hex | 2A | 2B | AE | 4C | 4B | 0 | 20 | F0 | 3D | 2A |
| Octal | 52 | 53 | 256 | 114 | 113 | 0 | 40 | 360 | 75 | 52 |
| Binary | 101010 | 101011 | 10101110 | 1001100 | 1001011 | 0 | 100000 | 11110000 | 111101 | 101010 |
Color Harmonies of #2A2BAE
Complementary color
Monochromatic Colors of #2A2BAE
Black with #2A2BAE
Text Example
Text Example
White with #2A2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2BAE; }
p { color: rgb(42,43,174); }
H1.HeaderClassName
{
color: #2A2BAE;
}
.AnyTagClassName
{
color: #2A2BAE;
}
</style>
background-color css
<style>
a { background-color: #2A2BAE; }
a { background-color: rgb(42,43,174); }
div.DivClassName
{
background-color: #2A2BAE;
}
.BgClassName
{
background-color: #2A2BAE;
}
</style>
border-color css
<style>
span { border-color: #2A2BAE; }
span { border-color: rgb(42,43,174); }
td.TdClassName
{
border-color: #2A2BAE;
}
.TagClassName
{
border-color: #2A2BAE;
}
</style>