Shades of Persian Blue #292EAE
Tints of Persian Blue #292EAE
RGB
CMYK
RGB Variations
Color information
#292EAE (or 0x292EAE) is known color: Persian Blue. HEX triplet: 29, 2E and AE. RGB value is (41,46,174). Sum of RGB (Red+Green+Blue) = 41+46+174=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #292EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292EAE is #D6D151. Grayscale: #3A3A3A. Windows color (decimal): -14078290 or 11415081. OLE color: 11415081.
HSL color Cylindrical-coordinate representation of color #292EAE: hue angle of 237.74º 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 #292EAE is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 46 | 174 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.32 |
| HSL | 237.74º | 0.62% | 0.42% | - |
| HSV(B) | 237.74º | 0.76% | 0.68% | - |
| XYZ | 9.53 | 5.48 | 40.6 | - |
| YUV | 59.1 | 192.84 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 174 | 0.76 | 0.74 | 0 | 0.32 | 237.74 | 0.62 | 0.42 |
| Hex | 29 | 2E | AE | 4C | 4A | 0 | 20 | EE | 3E | 2A |
| Octal | 51 | 56 | 256 | 114 | 112 | 0 | 40 | 356 | 76 | 52 |
| Binary | 101001 | 101110 | 10101110 | 1001100 | 1001010 | 0 | 100000 | 11101110 | 111110 | 101010 |
Color Harmonies of #292EAE
Complementary color
Monochromatic Colors of #292EAE
Black with #292EAE
Text Example
Text Example
White with #292EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292EAE; }
p { color: rgb(41,46,174); }
H1.HeaderClassName
{
color: #292EAE;
}
.AnyTagClassName
{
color: #292EAE;
}
</style>
background-color css
<style>
a { background-color: #292EAE; }
a { background-color: rgb(41,46,174); }
div.DivClassName
{
background-color: #292EAE;
}
.BgClassName
{
background-color: #292EAE;
}
</style>
border-color css
<style>
span { border-color: #292EAE; }
span { border-color: rgb(41,46,174); }
td.TdClassName
{
border-color: #292EAE;
}
.TagClassName
{
border-color: #292EAE;
}
</style>