Shades of Persian Blue #293FA5
Tints of Persian Blue #293FA5
RGB
CMYK
RGB Variations
Color information
#293FA5 (or 0x293FA5) is known color: Persian Blue. HEX triplet: 29, 3F and A5. RGB value is (41,63,165). Sum of RGB (Red+Green+Blue) = 41+63+165=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 165 (64.84% from 255 or 61.34% from 269); Max value from RGB is 165 - color contains mainly: blue. Hex color #293FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FA5 is #D6C05A. Grayscale: #434343. Windows color (decimal): -14073947 or 10829609. OLE color: 10829609.
HSL color Cylindrical-coordinate representation of color #293FA5: hue angle of 229.35º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #293FA5 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 63 | 165 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.35 |
| HSL | 229.35º | 0.6% | 0.4% | - |
| HSV(B) | 229.35º | 0.75% | 0.65% | - |
| XYZ | 9.48 | 6.74 | 36.4 | - |
| YUV | 68.05 | 182.71 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 165 | 0.75 | 0.62 | 0 | 0.35 | 229.35 | 0.6 | 0.4 |
| Hex | 29 | 3F | A5 | 4B | 3E | 0 | 23 | E5 | 3C | 28 |
| Octal | 51 | 77 | 245 | 113 | 76 | 0 | 43 | 345 | 74 | 50 |
| Binary | 101001 | 111111 | 10100101 | 1001011 | 111110 | 0 | 100011 | 11100101 | 111100 | 101000 |
Color Harmonies of #293FA5
Complementary color
Monochromatic Colors of #293FA5
Black with #293FA5
Text Example
Text Example
White with #293FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FA5; }
p { color: rgb(41,63,165); }
H1.HeaderClassName
{
color: #293FA5;
}
.AnyTagClassName
{
color: #293FA5;
}
</style>
background-color css
<style>
a { background-color: #293FA5; }
a { background-color: rgb(41,63,165); }
div.DivClassName
{
background-color: #293FA5;
}
.BgClassName
{
background-color: #293FA5;
}
</style>
border-color css
<style>
span { border-color: #293FA5; }
span { border-color: rgb(41,63,165); }
td.TdClassName
{
border-color: #293FA5;
}
.TagClassName
{
border-color: #293FA5;
}
</style>