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