Shades of Persian Blue #293BBD
Tints of Persian Blue #293BBD
RGB
CMYK
RGB Variations
Color information
#293BBD (or 0x293BBD) is known color: Persian Blue. HEX triplet: 29, 3B and BD. RGB value is (41,59,189). Sum of RGB (Red+Green+Blue) = 41+59+189=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #293BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BBD is #D6C442. Grayscale: #434343. Windows color (decimal): -14074947 or 12401449. OLE color: 12401449.
HSL color Cylindrical-coordinate representation of color #293BBD: hue angle of 232.7º 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 #293BBD is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 59 | 189 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.26 |
| HSL | 232.7º | 0.64% | 0.45% | - |
| HSV(B) | 232.7º | 0.78% | 0.74% | - |
| XYZ | 11.66 | 7.27 | 48.93 | - |
| YUV | 68.44 | 196.04 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 189 | 0.78 | 0.69 | 0 | 0.26 | 232.7 | 0.64 | 0.45 |
| Hex | 29 | 3B | BD | 4E | 45 | 0 | 1A | E9 | 40 | 2D |
| Octal | 51 | 73 | 275 | 116 | 105 | 0 | 32 | 351 | 100 | 55 |
| Binary | 101001 | 111011 | 10111101 | 1001110 | 1000101 | 0 | 11010 | 11101001 | 1000000 | 101101 |
Color Harmonies of #293BBD
Complementary color
Monochromatic Colors of #293BBD
Black with #293BBD
Text Example
Text Example
White with #293BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BBD; }
p { color: rgb(41,59,189); }
H1.HeaderClassName
{
color: #293BBD;
}
.AnyTagClassName
{
color: #293BBD;
}
</style>
background-color css
<style>
a { background-color: #293BBD; }
a { background-color: rgb(41,59,189); }
div.DivClassName
{
background-color: #293BBD;
}
.BgClassName
{
background-color: #293BBD;
}
</style>
border-color css
<style>
span { border-color: #293BBD; }
span { border-color: rgb(41,59,189); }
td.TdClassName
{
border-color: #293BBD;
}
.TagClassName
{
border-color: #293BBD;
}
</style>