Shades of Persian Blue #293DDD
Tints of Persian Blue #293DDD
RGB
CMYK
RGB Variations
Color information
#293DDD (or 0x293DDD) is known color: Persian Blue. HEX triplet: 29, 3D and DD. RGB value is (41,61,221). Sum of RGB (Red+Green+Blue) = 41+61+221=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #293DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DDD is #D6C222. Grayscale: #484848. Windows color (decimal): -14074403 or 14499113. OLE color: 14499113.
HSL color Cylindrical-coordinate representation of color #293DDD: hue angle of 233.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293DDD is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 61 | 221 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.13 |
| HSL | 233.33º | 0.73% | 0.51% | - |
| HSV(B) | 233.33º | 0.81% | 0.87% | - |
| XYZ | 15.63 | 9.03 | 69.33 | - |
| YUV | 73.26 | 211.37 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 221 | 0.81 | 0.72 | 0 | 0.13 | 233.33 | 0.73 | 0.51 |
| Hex | 29 | 3D | DD | 51 | 48 | 0 | D | E9 | 49 | 33 |
| Octal | 51 | 75 | 335 | 121 | 110 | 0 | 15 | 351 | 111 | 63 |
| Binary | 101001 | 111101 | 11011101 | 1010001 | 1001000 | 0 | 1101 | 11101001 | 1001001 | 110011 |
Color Harmonies of #293DDD
Complementary color
Monochromatic Colors of #293DDD
Black with #293DDD
Text Example
Text Example
White with #293DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DDD; }
p { color: rgb(41,61,221); }
H1.HeaderClassName
{
color: #293DDD;
}
.AnyTagClassName
{
color: #293DDD;
}
</style>
background-color css
<style>
a { background-color: #293DDD; }
a { background-color: rgb(41,61,221); }
div.DivClassName
{
background-color: #293DDD;
}
.BgClassName
{
background-color: #293DDD;
}
</style>
border-color css
<style>
span { border-color: #293DDD; }
span { border-color: rgb(41,61,221); }
td.TdClassName
{
border-color: #293DDD;
}
.TagClassName
{
border-color: #293DDD;
}
</style>