Shades of Persian Blue #293AAA
Tints of Persian Blue #293AAA
RGB
CMYK
RGB Variations
Color information
#293AAA (or 0x293AAA) is known color: Persian Blue. HEX triplet: 29, 3A and AA. RGB value is (41,58,170). Sum of RGB (Red+Green+Blue) = 41+58+170=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #293AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293AAA is #D6C555. Grayscale: #414141. Windows color (decimal): -14075222 or 11156009. OLE color: 11156009.
HSL color Cylindrical-coordinate representation of color #293AAA: hue angle of 232.09º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #293AAA is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 58 | 170 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.33 |
| HSL | 232.09º | 0.61% | 0.41% | - |
| HSV(B) | 232.09º | 0.76% | 0.67% | - |
| XYZ | 9.68 | 6.4 | 38.76 | - |
| YUV | 65.69 | 186.87 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 170 | 0.76 | 0.66 | 0 | 0.33 | 232.09 | 0.61 | 0.41 |
| Hex | 29 | 3A | AA | 4C | 42 | 0 | 21 | E8 | 3D | 29 |
| Octal | 51 | 72 | 252 | 114 | 102 | 0 | 41 | 350 | 75 | 51 |
| Binary | 101001 | 111010 | 10101010 | 1001100 | 1000010 | 0 | 100001 | 11101000 | 111101 | 101001 |
Color Harmonies of #293AAA
Complementary color
Monochromatic Colors of #293AAA
Black with #293AAA
Text Example
Text Example
White with #293AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293AAA; }
p { color: rgb(41,58,170); }
H1.HeaderClassName
{
color: #293AAA;
}
.AnyTagClassName
{
color: #293AAA;
}
</style>
background-color css
<style>
a { background-color: #293AAA; }
a { background-color: rgb(41,58,170); }
div.DivClassName
{
background-color: #293AAA;
}
.BgClassName
{
background-color: #293AAA;
}
</style>
border-color css
<style>
span { border-color: #293AAA; }
span { border-color: rgb(41,58,170); }
td.TdClassName
{
border-color: #293AAA;
}
.TagClassName
{
border-color: #293AAA;
}
</style>