Shades of Persian Blue #293BC3
Tints of Persian Blue #293BC3
RGB
CMYK
RGB Variations
Color information
#293BC3 (or 0x293BC3) is known color: Persian Blue. HEX triplet: 29, 3B and C3. RGB value is (41,59,195). Sum of RGB (Red+Green+Blue) = 41+59+195=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 195 (76.56% from 255 or 66.10% from 295); Max value from RGB is 195 - color contains mainly: blue. Hex color #293BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BC3 is #D6C43C. Grayscale: #444444. Windows color (decimal): -14074941 or 12794665. OLE color: 12794665.
HSL color Cylindrical-coordinate representation of color #293BC3: hue angle of 232.99º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #293BC3 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 59 | 195 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.24 |
| HSL | 232.99º | 0.65% | 0.46% | - |
| HSV(B) | 232.99º | 0.79% | 0.76% | - |
| XYZ | 12.33 | 7.54 | 52.44 | - |
| YUV | 69.12 | 199.04 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 195 | 0.79 | 0.70 | 0 | 0.24 | 232.99 | 0.65 | 0.46 |
| Hex | 29 | 3B | C3 | 4F | 46 | 0 | 18 | E9 | 41 | 2E |
| Octal | 51 | 73 | 303 | 117 | 106 | 0 | 30 | 351 | 101 | 56 |
| Binary | 101001 | 111011 | 11000011 | 1001111 | 1000110 | 0 | 11000 | 11101001 | 1000001 | 101110 |
Color Harmonies of #293BC3
Complementary color
Monochromatic Colors of #293BC3
Black with #293BC3
Text Example
Text Example
White with #293BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BC3; }
p { color: rgb(41,59,195); }
H1.HeaderClassName
{
color: #293BC3;
}
.AnyTagClassName
{
color: #293BC3;
}
</style>
background-color css
<style>
a { background-color: #293BC3; }
a { background-color: rgb(41,59,195); }
div.DivClassName
{
background-color: #293BC3;
}
.BgClassName
{
background-color: #293BC3;
}
</style>
border-color css
<style>
span { border-color: #293BC3; }
span { border-color: rgb(41,59,195); }
td.TdClassName
{
border-color: #293BC3;
}
.TagClassName
{
border-color: #293BC3;
}
</style>