Shades of Persian Blue #2A3AAC
Tints of Persian Blue #2A3AAC
RGB
CMYK
RGB Variations
Color information
#2A3AAC (or 0x2A3AAC) is known color: Persian Blue. HEX triplet: 2A, 3A and AC. RGB value is (42,58,172). Sum of RGB (Red+Green+Blue) = 42+58+172=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A3AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3AAC is #D5C553. Grayscale: #414141. Windows color (decimal): -14009684 or 11287082. OLE color: 11287082.
HSL color Cylindrical-coordinate representation of color #2A3AAC: hue angle of 232.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A3AAC is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 58 | 172 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.33 |
| HSL | 232.62º | 0.61% | 0.42% | - |
| HSV(B) | 232.62º | 0.76% | 0.67% | - |
| XYZ | 9.91 | 6.5 | 39.76 | - |
| YUV | 66.21 | 187.7 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 58 | 172 | 0.76 | 0.66 | 0 | 0.33 | 232.62 | 0.61 | 0.42 |
| Hex | 2A | 3A | AC | 4C | 42 | 0 | 21 | E9 | 3D | 2A |
| Octal | 52 | 72 | 254 | 114 | 102 | 0 | 41 | 351 | 75 | 52 |
| Binary | 101010 | 111010 | 10101100 | 1001100 | 1000010 | 0 | 100001 | 11101001 | 111101 | 101010 |
Color Harmonies of #2A3AAC
Complementary color
Monochromatic Colors of #2A3AAC
Black with #2A3AAC
Text Example
Text Example
White with #2A3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3AAC; }
p { color: rgb(42,58,172); }
H1.HeaderClassName
{
color: #2A3AAC;
}
.AnyTagClassName
{
color: #2A3AAC;
}
</style>
background-color css
<style>
a { background-color: #2A3AAC; }
a { background-color: rgb(42,58,172); }
div.DivClassName
{
background-color: #2A3AAC;
}
.BgClassName
{
background-color: #2A3AAC;
}
</style>
border-color css
<style>
span { border-color: #2A3AAC; }
span { border-color: rgb(42,58,172); }
td.TdClassName
{
border-color: #2A3AAC;
}
.TagClassName
{
border-color: #2A3AAC;
}
</style>