Shades of Persian Blue #293DAE
Tints of Persian Blue #293DAE
RGB
CMYK
RGB Variations
Color information
#293DAE (or 0x293DAE) is known color: Persian Blue. HEX triplet: 29, 3D and AE. RGB value is (41,61,174). Sum of RGB (Red+Green+Blue) = 41+61+174=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #293DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293DAE is #D6C251. Grayscale: #434343. Windows color (decimal): -14074450 or 11418921. OLE color: 11418921.
HSL color Cylindrical-coordinate representation of color #293DAE: hue angle of 230.98º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #293DAE is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 61 | 174 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.32 |
| HSL | 230.98º | 0.62% | 0.42% | - |
| HSV(B) | 230.98º | 0.76% | 0.68% | - |
| XYZ | 10.22 | 6.86 | 40.83 | - |
| YUV | 67.9 | 187.87 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 174 | 0.76 | 0.65 | 0 | 0.32 | 230.98 | 0.62 | 0.42 |
| Hex | 29 | 3D | AE | 4C | 41 | 0 | 20 | E7 | 3E | 2A |
| Octal | 51 | 75 | 256 | 114 | 101 | 0 | 40 | 347 | 76 | 52 |
| Binary | 101001 | 111101 | 10101110 | 1001100 | 1000001 | 0 | 100000 | 11100111 | 111110 | 101010 |
Color Harmonies of #293DAE
Complementary color
Monochromatic Colors of #293DAE
Black with #293DAE
Text Example
Text Example
White with #293DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DAE; }
p { color: rgb(41,61,174); }
H1.HeaderClassName
{
color: #293DAE;
}
.AnyTagClassName
{
color: #293DAE;
}
</style>
background-color css
<style>
a { background-color: #293DAE; }
a { background-color: rgb(41,61,174); }
div.DivClassName
{
background-color: #293DAE;
}
.BgClassName
{
background-color: #293DAE;
}
</style>
border-color css
<style>
span { border-color: #293DAE; }
span { border-color: rgb(41,61,174); }
td.TdClassName
{
border-color: #293DAE;
}
.TagClassName
{
border-color: #293DAE;
}
</style>