Shades of Persian Blue #293DDC
Tints of Persian Blue #293DDC
RGB
CMYK
RGB Variations
Color information
#293DDC (or 0x293DDC) is known color: Persian Blue. HEX triplet: 29, 3D and DC. RGB value is (41,61,220). Sum of RGB (Red+Green+Blue) = 41+61+220=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #293DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DDC is #D6C223. Grayscale: #484848. Windows color (decimal): -14074404 or 14433577. OLE color: 14433577.
HSL color Cylindrical-coordinate representation of color #293DDC: hue angle of 233.3º 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 #293DDC is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 61 | 220 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.14 |
| HSL | 233.3º | 0.72% | 0.51% | - |
| HSV(B) | 233.3º | 0.81% | 0.86% | - |
| XYZ | 15.5 | 8.98 | 68.63 | - |
| YUV | 73.15 | 210.87 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 220 | 0.81 | 0.72 | 0 | 0.14 | 233.3 | 0.72 | 0.51 |
| Hex | 29 | 3D | DC | 51 | 48 | 0 | E | E9 | 48 | 33 |
| Octal | 51 | 75 | 334 | 121 | 110 | 0 | 16 | 351 | 110 | 63 |
| Binary | 101001 | 111101 | 11011100 | 1010001 | 1001000 | 0 | 1110 | 11101001 | 1001000 | 110011 |
Color Harmonies of #293DDC
Complementary color
Monochromatic Colors of #293DDC
Black with #293DDC
Text Example
Text Example
White with #293DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DDC; }
p { color: rgb(41,61,220); }
H1.HeaderClassName
{
color: #293DDC;
}
.AnyTagClassName
{
color: #293DDC;
}
</style>
background-color css
<style>
a { background-color: #293DDC; }
a { background-color: rgb(41,61,220); }
div.DivClassName
{
background-color: #293DDC;
}
.BgClassName
{
background-color: #293DDC;
}
</style>
border-color css
<style>
span { border-color: #293DDC; }
span { border-color: rgb(41,61,220); }
td.TdClassName
{
border-color: #293DDC;
}
.TagClassName
{
border-color: #293DDC;
}
</style>