Shades of Persian Blue #293BE5
Tints of Persian Blue #293BE5
RGB
CMYK
RGB Variations
Color information
#293BE5 (or 0x293BE5) is known color: Persian Blue. HEX triplet: 29, 3B and E5. RGB value is (41,59,229). Sum of RGB (Red+Green+Blue) = 41+59+229=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 229 (89.84% from 255 or 69.60% from 329); Max value from RGB is 229 - color contains mainly: blue. Hex color #293BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BE5 is #D6C41A. Grayscale: #484848. Windows color (decimal): -14074907 or 15022889. OLE color: 15022889.
HSL color Cylindrical-coordinate representation of color #293BE5: hue angle of 234.26º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293BE5 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 59 | 229 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.10 |
| HSL | 234.26º | 0.78% | 0.53% | - |
| HSV(B) | 234.26º | 0.82% | 0.9% | - |
| XYZ | 16.62 | 9.26 | 75.04 | - |
| YUV | 73 | 216.04 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 229 | 0.82 | 0.74 | 0 | 0.10 | 234.26 | 0.78 | 0.53 |
| Hex | 29 | 3B | E5 | 52 | 4A | 0 | A | EA | 4E | 35 |
| Octal | 51 | 73 | 345 | 122 | 112 | 0 | 12 | 352 | 116 | 65 |
| Binary | 101001 | 111011 | 11100101 | 1010010 | 1001010 | 0 | 1010 | 11101010 | 1001110 | 110101 |
Color Harmonies of #293BE5
Complementary color
Monochromatic Colors of #293BE5
Black with #293BE5
Text Example
Text Example
White with #293BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BE5; }
p { color: rgb(41,59,229); }
H1.HeaderClassName
{
color: #293BE5;
}
.AnyTagClassName
{
color: #293BE5;
}
</style>
background-color css
<style>
a { background-color: #293BE5; }
a { background-color: rgb(41,59,229); }
div.DivClassName
{
background-color: #293BE5;
}
.BgClassName
{
background-color: #293BE5;
}
</style>
border-color css
<style>
span { border-color: #293BE5; }
span { border-color: rgb(41,59,229); }
td.TdClassName
{
border-color: #293BE5;
}
.TagClassName
{
border-color: #293BE5;
}
</style>