Shades of Persian Blue #293BBC
Tints of Persian Blue #293BBC
RGB
CMYK
RGB Variations
Color information
#293BBC (or 0x293BBC) is known color: Persian Blue. HEX triplet: 29, 3B and BC. RGB value is (41,59,188). Sum of RGB (Red+Green+Blue) = 41+59+188=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #293BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BBC is #D6C443. Grayscale: #434343. Windows color (decimal): -14074948 or 12335913. OLE color: 12335913.
HSL color Cylindrical-coordinate representation of color #293BBC: hue angle of 232.65º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293BBC is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 59 | 188 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.26 |
| HSL | 232.65º | 0.64% | 0.45% | - |
| HSV(B) | 232.65º | 0.78% | 0.74% | - |
| XYZ | 11.56 | 7.23 | 48.36 | - |
| YUV | 68.32 | 195.54 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 188 | 0.78 | 0.69 | 0 | 0.26 | 232.65 | 0.64 | 0.45 |
| Hex | 29 | 3B | BC | 4E | 45 | 0 | 1A | E9 | 40 | 2D |
| Octal | 51 | 73 | 274 | 116 | 105 | 0 | 32 | 351 | 100 | 55 |
| Binary | 101001 | 111011 | 10111100 | 1001110 | 1000101 | 0 | 11010 | 11101001 | 1000000 | 101101 |
Color Harmonies of #293BBC
Complementary color
Monochromatic Colors of #293BBC
Black with #293BBC
Text Example
Text Example
White with #293BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BBC; }
p { color: rgb(41,59,188); }
H1.HeaderClassName
{
color: #293BBC;
}
.AnyTagClassName
{
color: #293BBC;
}
</style>
background-color css
<style>
a { background-color: #293BBC; }
a { background-color: rgb(41,59,188); }
div.DivClassName
{
background-color: #293BBC;
}
.BgClassName
{
background-color: #293BBC;
}
</style>
border-color css
<style>
span { border-color: #293BBC; }
span { border-color: rgb(41,59,188); }
td.TdClassName
{
border-color: #293BBC;
}
.TagClassName
{
border-color: #293BBC;
}
</style>