Shades of Persian Blue #293ECD
Tints of Persian Blue #293ECD
RGB
CMYK
RGB Variations
Color information
#293ECD (or 0x293ECD) is known color: Persian Blue. HEX triplet: 29, 3E and CD. RGB value is (41,62,205). Sum of RGB (Red+Green+Blue) = 41+62+205=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #293ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ECD is #D6C132. Grayscale: #474747. Windows color (decimal): -14074163 or 13450793. OLE color: 13450793.
HSL color Cylindrical-coordinate representation of color #293ECD: hue angle of 232.32º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293ECD is Cyan = 0.8, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 62 | 205 | - |
| CMYK | 0.8 | 0.70 | 0 | 0.20 |
| HSL | 232.32º | 0.67% | 0.48% | - |
| HSV(B) | 232.32º | 0.8% | 0.8% | - |
| XYZ | 13.66 | 8.32 | 58.64 | - |
| YUV | 72.02 | 203.04 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 205 | 0.8 | 0.70 | 0 | 0.20 | 232.32 | 0.67 | 0.48 |
| Hex | 29 | 3E | CD | 50 | 46 | 0 | 14 | E8 | 43 | 30 |
| Octal | 51 | 76 | 315 | 120 | 106 | 0 | 24 | 350 | 103 | 60 |
| Binary | 101001 | 111110 | 11001101 | 1010000 | 1000110 | 0 | 10100 | 11101000 | 1000011 | 110000 |
Color Harmonies of #293ECD
Complementary color
Monochromatic Colors of #293ECD
Black with #293ECD
Text Example
Text Example
White with #293ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293ECD; }
p { color: rgb(41,62,205); }
H1.HeaderClassName
{
color: #293ECD;
}
.AnyTagClassName
{
color: #293ECD;
}
</style>
background-color css
<style>
a { background-color: #293ECD; }
a { background-color: rgb(41,62,205); }
div.DivClassName
{
background-color: #293ECD;
}
.BgClassName
{
background-color: #293ECD;
}
</style>
border-color css
<style>
span { border-color: #293ECD; }
span { border-color: rgb(41,62,205); }
td.TdClassName
{
border-color: #293ECD;
}
.TagClassName
{
border-color: #293ECD;
}
</style>