Shades of Persian Blue #293FAA
Tints of Persian Blue #293FAA
RGB
CMYK
RGB Variations
Color information
#293FAA (or 0x293FAA) is known color: Persian Blue. HEX triplet: 29, 3F and AA. RGB value is (41,63,170). Sum of RGB (Red+Green+Blue) = 41+63+170=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #293FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FAA is #D6C055. Grayscale: #444444. Windows color (decimal): -14073942 or 11157289. OLE color: 11157289.
HSL color Cylindrical-coordinate representation of color #293FAA: hue angle of 229.77º 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 #293FAA is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 63 | 170 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.33 |
| HSL | 229.77º | 0.61% | 0.41% | - |
| HSV(B) | 229.77º | 0.76% | 0.67% | - |
| XYZ | 9.95 | 6.93 | 38.84 | - |
| YUV | 68.62 | 185.21 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 170 | 0.76 | 0.63 | 0 | 0.33 | 229.77 | 0.61 | 0.41 |
| Hex | 29 | 3F | AA | 4C | 3F | 0 | 21 | E6 | 3D | 29 |
| Octal | 51 | 77 | 252 | 114 | 77 | 0 | 41 | 346 | 75 | 51 |
| Binary | 101001 | 111111 | 10101010 | 1001100 | 111111 | 0 | 100001 | 11100110 | 111101 | 101001 |
Color Harmonies of #293FAA
Complementary color
Monochromatic Colors of #293FAA
Black with #293FAA
Text Example
Text Example
White with #293FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FAA; }
p { color: rgb(41,63,170); }
H1.HeaderClassName
{
color: #293FAA;
}
.AnyTagClassName
{
color: #293FAA;
}
</style>
background-color css
<style>
a { background-color: #293FAA; }
a { background-color: rgb(41,63,170); }
div.DivClassName
{
background-color: #293FAA;
}
.BgClassName
{
background-color: #293FAA;
}
</style>
border-color css
<style>
span { border-color: #293FAA; }
span { border-color: rgb(41,63,170); }
td.TdClassName
{
border-color: #293FAA;
}
.TagClassName
{
border-color: #293FAA;
}
</style>