Shades of Persian Blue #293BE6
Tints of Persian Blue #293BE6
RGB
CMYK
RGB Variations
Color information
#293BE6 (or 0x293BE6) is known color: Persian Blue. HEX triplet: 29, 3B and E6. RGB value is (41,59,230). Sum of RGB (Red+Green+Blue) = 41+59+230=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 230 (90.23% from 255 or 69.70% from 330); Max value from RGB is 230 - color contains mainly: blue. Hex color #293BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293BE6 is #D6C419. Grayscale: #484848. Windows color (decimal): -14074906 or 15088425. OLE color: 15088425.
HSL color Cylindrical-coordinate representation of color #293BE6: hue angle of 234.29º degrees, saturation: 0.79, 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 #293BE6 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 59 | 230 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.10 |
| HSL | 234.29º | 0.79% | 0.53% | - |
| HSV(B) | 234.29º | 0.82% | 0.9% | - |
| XYZ | 16.76 | 9.31 | 75.78 | - |
| YUV | 73.11 | 216.54 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 230 | 0.82 | 0.74 | 0 | 0.10 | 234.29 | 0.79 | 0.53 |
| Hex | 29 | 3B | E6 | 52 | 4A | 0 | A | EA | 4F | 35 |
| Octal | 51 | 73 | 346 | 122 | 112 | 0 | 12 | 352 | 117 | 65 |
| Binary | 101001 | 111011 | 11100110 | 1010010 | 1001010 | 0 | 1010 | 11101010 | 1001111 | 110101 |
Color Harmonies of #293BE6
Complementary color
Monochromatic Colors of #293BE6
Black with #293BE6
Text Example
Text Example
White with #293BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BE6; }
p { color: rgb(41,59,230); }
H1.HeaderClassName
{
color: #293BE6;
}
.AnyTagClassName
{
color: #293BE6;
}
</style>
background-color css
<style>
a { background-color: #293BE6; }
a { background-color: rgb(41,59,230); }
div.DivClassName
{
background-color: #293BE6;
}
.BgClassName
{
background-color: #293BE6;
}
</style>
border-color css
<style>
span { border-color: #293BE6; }
span { border-color: rgb(41,59,230); }
td.TdClassName
{
border-color: #293BE6;
}
.TagClassName
{
border-color: #293BE6;
}
</style>