Shades of Persian Blue #293DD4
Tints of Persian Blue #293DD4
RGB
CMYK
RGB Variations
Color information
#293DD4 (or 0x293DD4) is known color: Persian Blue. HEX triplet: 29, 3D and D4. RGB value is (41,61,212). Sum of RGB (Red+Green+Blue) = 41+61+212=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 212 (83.20% from 255 or 67.52% from 314); Max value from RGB is 212 - color contains mainly: blue. Hex color #293DD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DD4 is #D6C22B. Grayscale: #474747. Windows color (decimal): -14074412 or 13909289. OLE color: 13909289.
HSL color Cylindrical-coordinate representation of color #293DD4: hue angle of 232.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293DD4 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 61 | 212 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.17 |
| HSL | 232.98º | 0.68% | 0.5% | - |
| HSV(B) | 232.98º | 0.81% | 0.83% | - |
| XYZ | 14.47 | 8.56 | 63.18 | - |
| YUV | 72.23 | 206.87 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 212 | 0.81 | 0.71 | 0 | 0.17 | 232.98 | 0.68 | 0.5 |
| Hex | 29 | 3D | D4 | 51 | 47 | 0 | 11 | E9 | 44 | 32 |
| Octal | 51 | 75 | 324 | 121 | 107 | 0 | 21 | 351 | 104 | 62 |
| Binary | 101001 | 111101 | 11010100 | 1010001 | 1000111 | 0 | 10001 | 11101001 | 1000100 | 110010 |
Color Harmonies of #293DD4
Complementary color
Monochromatic Colors of #293DD4
Black with #293DD4
Text Example
Text Example
White with #293DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DD4; }
p { color: rgb(41,61,212); }
H1.HeaderClassName
{
color: #293DD4;
}
.AnyTagClassName
{
color: #293DD4;
}
</style>
background-color css
<style>
a { background-color: #293DD4; }
a { background-color: rgb(41,61,212); }
div.DivClassName
{
background-color: #293DD4;
}
.BgClassName
{
background-color: #293DD4;
}
</style>
border-color css
<style>
span { border-color: #293DD4; }
span { border-color: rgb(41,61,212); }
td.TdClassName
{
border-color: #293DD4;
}
.TagClassName
{
border-color: #293DD4;
}
</style>