Shades of Persian Blue #293BDC
Tints of Persian Blue #293BDC
RGB
CMYK
RGB Variations
Color information
#293BDC (or 0x293BDC) is known color: Persian Blue. HEX triplet: 29, 3B and DC. RGB value is (41,59,220). Sum of RGB (Red+Green+Blue) = 41+59+220=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #293BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BDC is #D6C423. Grayscale: #474747. Windows color (decimal): -14074916 or 14433065. OLE color: 14433065.
HSL color Cylindrical-coordinate representation of color #293BDC: hue angle of 233.97º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293BDC is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 59 | 220 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.14 |
| HSL | 233.97º | 0.72% | 0.51% | - |
| HSV(B) | 233.97º | 0.81% | 0.86% | - |
| XYZ | 15.4 | 8.77 | 68.59 | - |
| YUV | 71.97 | 211.54 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 220 | 0.81 | 0.73 | 0 | 0.14 | 233.97 | 0.72 | 0.51 |
| Hex | 29 | 3B | DC | 51 | 49 | 0 | E | EA | 48 | 33 |
| Octal | 51 | 73 | 334 | 121 | 111 | 0 | 16 | 352 | 110 | 63 |
| Binary | 101001 | 111011 | 11011100 | 1010001 | 1001001 | 0 | 1110 | 11101010 | 1001000 | 110011 |
Color Harmonies of #293BDC
Complementary color
Monochromatic Colors of #293BDC
Black with #293BDC
Text Example
Text Example
White with #293BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BDC; }
p { color: rgb(41,59,220); }
H1.HeaderClassName
{
color: #293BDC;
}
.AnyTagClassName
{
color: #293BDC;
}
</style>
background-color css
<style>
a { background-color: #293BDC; }
a { background-color: rgb(41,59,220); }
div.DivClassName
{
background-color: #293BDC;
}
.BgClassName
{
background-color: #293BDC;
}
</style>
border-color css
<style>
span { border-color: #293BDC; }
span { border-color: rgb(41,59,220); }
td.TdClassName
{
border-color: #293BDC;
}
.TagClassName
{
border-color: #293BDC;
}
</style>