Shades of Persian Blue #293BA8
Tints of Persian Blue #293BA8
RGB
CMYK
RGB Variations
Color information
#293BA8 (or 0x293BA8) is known color: Persian Blue. HEX triplet: 29, 3B and A8. RGB value is (41,59,168). Sum of RGB (Red+Green+Blue) = 41+59+168=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 168 (66.02% from 255 or 62.69% from 268); Max value from RGB is 168 - color contains mainly: blue. Hex color #293BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293BA8 is #D6C457. Grayscale: #414141. Windows color (decimal): -14074968 or 11025193. OLE color: 11025193.
HSL color Cylindrical-coordinate representation of color #293BA8: hue angle of 231.5º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #293BA8 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 59 | 168 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.34 |
| HSL | 231.5º | 0.61% | 0.41% | - |
| HSV(B) | 231.5º | 0.76% | 0.66% | - |
| XYZ | 9.55 | 6.43 | 37.78 | - |
| YUV | 66.04 | 185.54 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 168 | 0.76 | 0.65 | 0 | 0.34 | 231.5 | 0.61 | 0.41 |
| Hex | 29 | 3B | A8 | 4C | 41 | 0 | 22 | E7 | 3D | 29 |
| Octal | 51 | 73 | 250 | 114 | 101 | 0 | 42 | 347 | 75 | 51 |
| Binary | 101001 | 111011 | 10101000 | 1001100 | 1000001 | 0 | 100010 | 11100111 | 111101 | 101001 |
Color Harmonies of #293BA8
Complementary color
Monochromatic Colors of #293BA8
Black with #293BA8
Text Example
Text Example
White with #293BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BA8; }
p { color: rgb(41,59,168); }
H1.HeaderClassName
{
color: #293BA8;
}
.AnyTagClassName
{
color: #293BA8;
}
</style>
background-color css
<style>
a { background-color: #293BA8; }
a { background-color: rgb(41,59,168); }
div.DivClassName
{
background-color: #293BA8;
}
.BgClassName
{
background-color: #293BA8;
}
</style>
border-color css
<style>
span { border-color: #293BA8; }
span { border-color: rgb(41,59,168); }
td.TdClassName
{
border-color: #293BA8;
}
.TagClassName
{
border-color: #293BA8;
}
</style>