Shades of Persian Blue #293CDD
Tints of Persian Blue #293CDD
RGB
CMYK
RGB Variations
Color information
#293CDD (or 0x293CDD) is known color: Persian Blue. HEX triplet: 29, 3C and DD. RGB value is (41,60,221). Sum of RGB (Red+Green+Blue) = 41+60+221=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #293CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CDD is #D6C322. Grayscale: #484848. Windows color (decimal): -14074659 or 14498857. OLE color: 14498857.
HSL color Cylindrical-coordinate representation of color #293CDD: hue angle of 233.67º 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 #293CDD is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 60 | 221 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.13 |
| HSL | 233.67º | 0.73% | 0.51% | - |
| HSV(B) | 233.67º | 0.81% | 0.87% | - |
| XYZ | 15.58 | 8.92 | 69.31 | - |
| YUV | 72.67 | 211.71 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 221 | 0.81 | 0.73 | 0 | 0.13 | 233.67 | 0.73 | 0.51 |
| Hex | 29 | 3C | DD | 51 | 49 | 0 | D | EA | 49 | 33 |
| Octal | 51 | 74 | 335 | 121 | 111 | 0 | 15 | 352 | 111 | 63 |
| Binary | 101001 | 111100 | 11011101 | 1010001 | 1001001 | 0 | 1101 | 11101010 | 1001001 | 110011 |
Color Harmonies of #293CDD
Complementary color
Monochromatic Colors of #293CDD
Black with #293CDD
Text Example
Text Example
White with #293CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293CDD; }
p { color: rgb(41,60,221); }
H1.HeaderClassName
{
color: #293CDD;
}
.AnyTagClassName
{
color: #293CDD;
}
</style>
background-color css
<style>
a { background-color: #293CDD; }
a { background-color: rgb(41,60,221); }
div.DivClassName
{
background-color: #293CDD;
}
.BgClassName
{
background-color: #293CDD;
}
</style>
border-color css
<style>
span { border-color: #293CDD; }
span { border-color: rgb(41,60,221); }
td.TdClassName
{
border-color: #293CDD;
}
.TagClassName
{
border-color: #293CDD;
}
</style>