Shades of Persian Blue #2A35AB
Tints of Persian Blue #2A35AB
RGB
CMYK
RGB Variations
Color information
#2A35AB (or 0x2A35AB) is known color: Persian Blue. HEX triplet: 2A, 35 and AB. RGB value is (42,53,171). Sum of RGB (Red+Green+Blue) = 42+53+171=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A35AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A35AB is #D5CA54. Grayscale: #3E3E3E. Windows color (decimal): -14010965 or 11220266. OLE color: 11220266.
HSL color Cylindrical-coordinate representation of color #2A35AB: hue angle of 234.88º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A35AB is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 53 | 171 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.33 |
| HSL | 234.88º | 0.61% | 0.42% | - |
| HSV(B) | 234.88º | 0.75% | 0.67% | - |
| XYZ | 9.58 | 5.98 | 39.18 | - |
| YUV | 63.16 | 188.86 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 171 | 0.75 | 0.69 | 0 | 0.33 | 234.88 | 0.61 | 0.42 |
| Hex | 2A | 35 | AB | 4B | 45 | 0 | 21 | EB | 3D | 2A |
| Octal | 52 | 65 | 253 | 113 | 105 | 0 | 41 | 353 | 75 | 52 |
| Binary | 101010 | 110101 | 10101011 | 1001011 | 1000101 | 0 | 100001 | 11101011 | 111101 | 101010 |
Color Harmonies of #2A35AB
Complementary color
Monochromatic Colors of #2A35AB
Black with #2A35AB
Text Example
Text Example
White with #2A35AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A35AB; }
p { color: rgb(42,53,171); }
H1.HeaderClassName
{
color: #2A35AB;
}
.AnyTagClassName
{
color: #2A35AB;
}
</style>
background-color css
<style>
a { background-color: #2A35AB; }
a { background-color: rgb(42,53,171); }
div.DivClassName
{
background-color: #2A35AB;
}
.BgClassName
{
background-color: #2A35AB;
}
</style>
border-color css
<style>
span { border-color: #2A35AB; }
span { border-color: rgb(42,53,171); }
td.TdClassName
{
border-color: #2A35AB;
}
.TagClassName
{
border-color: #2A35AB;
}
</style>