Shades of Persian Blue #293FA6
Tints of Persian Blue #293FA6
RGB
CMYK
RGB Variations
Color information
#293FA6 (or 0x293FA6) is known color: Persian Blue. HEX triplet: 29, 3F and A6. RGB value is (41,63,166). Sum of RGB (Red+Green+Blue) = 41+63+166=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 166 (65.23% from 255 or 61.48% from 270); Max value from RGB is 166 - color contains mainly: blue. Hex color #293FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FA6 is #D6C059. Grayscale: #434343. Windows color (decimal): -14073946 or 10895145. OLE color: 10895145.
HSL color Cylindrical-coordinate representation of color #293FA6: hue angle of 229.44º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #293FA6 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 63 | 166 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.35 |
| HSL | 229.44º | 0.6% | 0.41% | - |
| HSV(B) | 229.44º | 0.75% | 0.65% | - |
| XYZ | 9.57 | 6.78 | 36.88 | - |
| YUV | 68.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 166 | 0.75 | 0.62 | 0 | 0.35 | 229.44 | 0.6 | 0.41 |
| Hex | 29 | 3F | A6 | 4B | 3E | 0 | 23 | E5 | 3C | 29 |
| Octal | 51 | 77 | 246 | 113 | 76 | 0 | 43 | 345 | 74 | 51 |
| Binary | 101001 | 111111 | 10100110 | 1001011 | 111110 | 0 | 100011 | 11100101 | 111100 | 101001 |
Color Harmonies of #293FA6
Complementary color
Monochromatic Colors of #293FA6
Black with #293FA6
Text Example
Text Example
White with #293FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FA6; }
p { color: rgb(41,63,166); }
H1.HeaderClassName
{
color: #293FA6;
}
.AnyTagClassName
{
color: #293FA6;
}
</style>
background-color css
<style>
a { background-color: #293FA6; }
a { background-color: rgb(41,63,166); }
div.DivClassName
{
background-color: #293FA6;
}
.BgClassName
{
background-color: #293FA6;
}
</style>
border-color css
<style>
span { border-color: #293FA6; }
span { border-color: rgb(41,63,166); }
td.TdClassName
{
border-color: #293FA6;
}
.TagClassName
{
border-color: #293FA6;
}
</style>