Shades of Persian Blue #293BB5
Tints of Persian Blue #293BB5
RGB
CMYK
RGB Variations
Color information
#293BB5 (or 0x293BB5) is known color: Persian Blue. HEX triplet: 29, 3B and B5. RGB value is (41,59,181). Sum of RGB (Red+Green+Blue) = 41+59+181=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 181 (71.09% from 255 or 64.41% from 281); Max value from RGB is 181 - color contains mainly: blue. Hex color #293BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BB5 is #D6C44A. Grayscale: #434343. Windows color (decimal): -14074955 or 11877161. OLE color: 11877161.
HSL color Cylindrical-coordinate representation of color #293BB5: hue angle of 232.29º 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 #293BB5 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 59 | 181 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.29 |
| HSL | 232.29º | 0.63% | 0.44% | - |
| HSV(B) | 232.29º | 0.77% | 0.71% | - |
| XYZ | 10.82 | 6.94 | 44.48 | - |
| YUV | 67.53 | 192.04 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 181 | 0.77 | 0.67 | 0 | 0.29 | 232.29 | 0.63 | 0.44 |
| Hex | 29 | 3B | B5 | 4D | 43 | 0 | 1D | E8 | 3F | 2C |
| Octal | 51 | 73 | 265 | 115 | 103 | 0 | 35 | 350 | 77 | 54 |
| Binary | 101001 | 111011 | 10110101 | 1001101 | 1000011 | 0 | 11101 | 11101000 | 111111 | 101100 |
Color Harmonies of #293BB5
Complementary color
Monochromatic Colors of #293BB5
Black with #293BB5
Text Example
Text Example
White with #293BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BB5; }
p { color: rgb(41,59,181); }
H1.HeaderClassName
{
color: #293BB5;
}
.AnyTagClassName
{
color: #293BB5;
}
</style>
background-color css
<style>
a { background-color: #293BB5; }
a { background-color: rgb(41,59,181); }
div.DivClassName
{
background-color: #293BB5;
}
.BgClassName
{
background-color: #293BB5;
}
</style>
border-color css
<style>
span { border-color: #293BB5; }
span { border-color: rgb(41,59,181); }
td.TdClassName
{
border-color: #293BB5;
}
.TagClassName
{
border-color: #293BB5;
}
</style>