Shades of Persian Blue #292EBA
Tints of Persian Blue #292EBA
RGB
CMYK
RGB Variations
Color information
#292EBA (or 0x292EBA) is known color: Persian Blue. HEX triplet: 29, 2E and BA. RGB value is (41,46,186). Sum of RGB (Red+Green+Blue) = 41+46+186=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #292EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292EBA is #D6D145. Grayscale: #3B3B3B. Windows color (decimal): -14078278 or 12201513. OLE color: 12201513.
HSL color Cylindrical-coordinate representation of color #292EBA: hue angle of 237.93º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #292EBA is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 46 | 186 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.27 |
| HSL | 237.93º | 0.64% | 0.45% | - |
| HSV(B) | 237.93º | 0.78% | 0.73% | - |
| XYZ | 10.75 | 5.97 | 47.04 | - |
| YUV | 60.47 | 198.84 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 186 | 0.78 | 0.75 | 0 | 0.27 | 237.93 | 0.64 | 0.45 |
| Hex | 29 | 2E | BA | 4E | 4B | 0 | 1B | EE | 40 | 2D |
| Octal | 51 | 56 | 272 | 116 | 113 | 0 | 33 | 356 | 100 | 55 |
| Binary | 101001 | 101110 | 10111010 | 1001110 | 1001011 | 0 | 11011 | 11101110 | 1000000 | 101101 |
Color Harmonies of #292EBA
Complementary color
Monochromatic Colors of #292EBA
Black with #292EBA
Text Example
Text Example
White with #292EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292EBA; }
p { color: rgb(41,46,186); }
H1.HeaderClassName
{
color: #292EBA;
}
.AnyTagClassName
{
color: #292EBA;
}
</style>
background-color css
<style>
a { background-color: #292EBA; }
a { background-color: rgb(41,46,186); }
div.DivClassName
{
background-color: #292EBA;
}
.BgClassName
{
background-color: #292EBA;
}
</style>
border-color css
<style>
span { border-color: #292EBA; }
span { border-color: rgb(41,46,186); }
td.TdClassName
{
border-color: #292EBA;
}
.TagClassName
{
border-color: #292EBA;
}
</style>