Shades of Persian Blue #293BB6
Tints of Persian Blue #293BB6
RGB
CMYK
RGB Variations
Color information
#293BB6 (or 0x293BB6) is known color: Persian Blue. HEX triplet: 29, 3B and B6. RGB value is (41,59,182). Sum of RGB (Red+Green+Blue) = 41+59+182=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 182 (71.48% from 255 or 64.54% from 282); Max value from RGB is 182 - color contains mainly: blue. Hex color #293BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BB6 is #D6C449. Grayscale: #434343. Windows color (decimal): -14074954 or 11942697. OLE color: 11942697.
HSL color Cylindrical-coordinate representation of color #293BB6: hue angle of 232.34º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293BB6 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 59 | 182 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.29 |
| HSL | 232.34º | 0.63% | 0.44% | - |
| HSV(B) | 232.34º | 0.77% | 0.71% | - |
| XYZ | 10.92 | 6.98 | 45.03 | - |
| YUV | 67.64 | 192.54 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 182 | 0.77 | 0.68 | 0 | 0.29 | 232.34 | 0.63 | 0.44 |
| Hex | 29 | 3B | B6 | 4D | 44 | 0 | 1D | E8 | 3F | 2C |
| Octal | 51 | 73 | 266 | 115 | 104 | 0 | 35 | 350 | 77 | 54 |
| Binary | 101001 | 111011 | 10110110 | 1001101 | 1000100 | 0 | 11101 | 11101000 | 111111 | 101100 |
Color Harmonies of #293BB6
Complementary color
Monochromatic Colors of #293BB6
Black with #293BB6
Text Example
Text Example
White with #293BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BB6; }
p { color: rgb(41,59,182); }
H1.HeaderClassName
{
color: #293BB6;
}
.AnyTagClassName
{
color: #293BB6;
}
</style>
background-color css
<style>
a { background-color: #293BB6; }
a { background-color: rgb(41,59,182); }
div.DivClassName
{
background-color: #293BB6;
}
.BgClassName
{
background-color: #293BB6;
}
</style>
border-color css
<style>
span { border-color: #293BB6; }
span { border-color: rgb(41,59,182); }
td.TdClassName
{
border-color: #293BB6;
}
.TagClassName
{
border-color: #293BB6;
}
</style>