Shades of Persian Blue #293AAF
Tints of Persian Blue #293AAF
RGB
CMYK
RGB Variations
Color information
#293AAF (or 0x293AAF) is known color: Persian Blue. HEX triplet: 29, 3A and AF. RGB value is (41,58,175). Sum of RGB (Red+Green+Blue) = 41+58+175=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #293AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293AAF is #D6C550. Grayscale: #414141. Windows color (decimal): -14075217 or 11483689. OLE color: 11483689.
HSL color Cylindrical-coordinate representation of color #293AAF: hue angle of 232.39º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293AAF is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 58 | 175 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.31 |
| HSL | 232.39º | 0.62% | 0.42% | - |
| HSV(B) | 232.39º | 0.77% | 0.69% | - |
| XYZ | 10.17 | 6.59 | 41.29 | - |
| YUV | 66.26 | 189.37 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 175 | 0.77 | 0.67 | 0 | 0.31 | 232.39 | 0.62 | 0.42 |
| Hex | 29 | 3A | AF | 4D | 43 | 0 | 1F | E8 | 3E | 2A |
| Octal | 51 | 72 | 257 | 115 | 103 | 0 | 37 | 350 | 76 | 52 |
| Binary | 101001 | 111010 | 10101111 | 1001101 | 1000011 | 0 | 11111 | 11101000 | 111110 | 101010 |
Color Harmonies of #293AAF
Complementary color
Monochromatic Colors of #293AAF
Black with #293AAF
Text Example
Text Example
White with #293AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293AAF; }
p { color: rgb(41,58,175); }
H1.HeaderClassName
{
color: #293AAF;
}
.AnyTagClassName
{
color: #293AAF;
}
</style>
background-color css
<style>
a { background-color: #293AAF; }
a { background-color: rgb(41,58,175); }
div.DivClassName
{
background-color: #293AAF;
}
.BgClassName
{
background-color: #293AAF;
}
</style>
border-color css
<style>
span { border-color: #293AAF; }
span { border-color: rgb(41,58,175); }
td.TdClassName
{
border-color: #293AAF;
}
.TagClassName
{
border-color: #293AAF;
}
</style>