Shades of Persian Blue #293EE0
Tints of Persian Blue #293EE0
RGB
CMYK
RGB Variations
Color information
#293EE0 (or 0x293EE0) is known color: Persian Blue. HEX triplet: 29, 3E and E0. RGB value is (41,62,224). Sum of RGB (Red+Green+Blue) = 41+62+224=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #293EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293EE0 is #D6C11F. Grayscale: #494949. Windows color (decimal): -14074144 or 14695977. OLE color: 14695977.
HSL color Cylindrical-coordinate representation of color #293EE0: hue angle of 233.11º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293EE0 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 62 | 224 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.12 |
| HSL | 233.11º | 0.75% | 0.52% | - |
| HSV(B) | 233.11º | 0.82% | 0.88% | - |
| XYZ | 16.09 | 9.3 | 71.47 | - |
| YUV | 74.19 | 212.54 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 224 | 0.82 | 0.72 | 0 | 0.12 | 233.11 | 0.75 | 0.52 |
| Hex | 29 | 3E | E0 | 52 | 48 | 0 | C | E9 | 4B | 34 |
| Octal | 51 | 76 | 340 | 122 | 110 | 0 | 14 | 351 | 113 | 64 |
| Binary | 101001 | 111110 | 11100000 | 1010010 | 1001000 | 0 | 1100 | 11101001 | 1001011 | 110100 |
Color Harmonies of #293EE0
Complementary color
Monochromatic Colors of #293EE0
Black with #293EE0
Text Example
Text Example
White with #293EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293EE0; }
p { color: rgb(41,62,224); }
H1.HeaderClassName
{
color: #293EE0;
}
.AnyTagClassName
{
color: #293EE0;
}
</style>
background-color css
<style>
a { background-color: #293EE0; }
a { background-color: rgb(41,62,224); }
div.DivClassName
{
background-color: #293EE0;
}
.BgClassName
{
background-color: #293EE0;
}
</style>
border-color css
<style>
span { border-color: #293EE0; }
span { border-color: rgb(41,62,224); }
td.TdClassName
{
border-color: #293EE0;
}
.TagClassName
{
border-color: #293EE0;
}
</style>