Shades of Persian Blue #293EBA
Tints of Persian Blue #293EBA
RGB
CMYK
RGB Variations
Color information
#293EBA (or 0x293EBA) is known color: Persian Blue. HEX triplet: 29, 3E and BA. RGB value is (41,62,186). Sum of RGB (Red+Green+Blue) = 41+62+186=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #293EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293EBA is #D6C145. Grayscale: #454545. Windows color (decimal): -14074182 or 12205609. OLE color: 12205609.
HSL color Cylindrical-coordinate representation of color #293EBA: hue angle of 231.31º 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 #293EBA is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 62 | 186 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.27 |
| HSL | 231.31º | 0.64% | 0.45% | - |
| HSV(B) | 231.31º | 0.78% | 0.73% | - |
| XYZ | 11.5 | 7.46 | 47.29 | - |
| YUV | 69.86 | 193.54 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 186 | 0.78 | 0.67 | 0 | 0.27 | 231.31 | 0.64 | 0.45 |
| Hex | 29 | 3E | BA | 4E | 43 | 0 | 1B | E7 | 40 | 2D |
| Octal | 51 | 76 | 272 | 116 | 103 | 0 | 33 | 347 | 100 | 55 |
| Binary | 101001 | 111110 | 10111010 | 1001110 | 1000011 | 0 | 11011 | 11100111 | 1000000 | 101101 |
Color Harmonies of #293EBA
Complementary color
Monochromatic Colors of #293EBA
Black with #293EBA
Text Example
Text Example
White with #293EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293EBA; }
p { color: rgb(41,62,186); }
H1.HeaderClassName
{
color: #293EBA;
}
.AnyTagClassName
{
color: #293EBA;
}
</style>
background-color css
<style>
a { background-color: #293EBA; }
a { background-color: rgb(41,62,186); }
div.DivClassName
{
background-color: #293EBA;
}
.BgClassName
{
background-color: #293EBA;
}
</style>
border-color css
<style>
span { border-color: #293EBA; }
span { border-color: rgb(41,62,186); }
td.TdClassName
{
border-color: #293EBA;
}
.TagClassName
{
border-color: #293EBA;
}
</style>