Shades of Persian Blue #293DB5
Tints of Persian Blue #293DB5
RGB
CMYK
RGB Variations
Color information
#293DB5 (or 0x293DB5) is known color: Persian Blue. HEX triplet: 29, 3D and B5. RGB value is (41,61,181). Sum of RGB (Red+Green+Blue) = 41+61+181=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 181 (71.09% from 255 or 63.96% from 283); Max value from RGB is 181 - color contains mainly: blue. Hex color #293DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DB5 is #D6C24A. Grayscale: #444444. Windows color (decimal): -14074443 or 11877673. OLE color: 11877673.
HSL color Cylindrical-coordinate representation of color #293DB5: hue angle of 231.43º 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 #293DB5 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 61 | 181 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.29 |
| HSL | 231.43º | 0.63% | 0.44% | - |
| HSV(B) | 231.43º | 0.77% | 0.71% | - |
| XYZ | 10.92 | 7.15 | 44.52 | - |
| YUV | 68.7 | 191.37 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 181 | 0.77 | 0.66 | 0 | 0.29 | 231.43 | 0.63 | 0.44 |
| Hex | 29 | 3D | B5 | 4D | 42 | 0 | 1D | E7 | 3F | 2C |
| Octal | 51 | 75 | 265 | 115 | 102 | 0 | 35 | 347 | 77 | 54 |
| Binary | 101001 | 111101 | 10110101 | 1001101 | 1000010 | 0 | 11101 | 11100111 | 111111 | 101100 |
Color Harmonies of #293DB5
Complementary color
Monochromatic Colors of #293DB5
Black with #293DB5
Text Example
Text Example
White with #293DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DB5; }
p { color: rgb(41,61,181); }
H1.HeaderClassName
{
color: #293DB5;
}
.AnyTagClassName
{
color: #293DB5;
}
</style>
background-color css
<style>
a { background-color: #293DB5; }
a { background-color: rgb(41,61,181); }
div.DivClassName
{
background-color: #293DB5;
}
.BgClassName
{
background-color: #293DB5;
}
</style>
border-color css
<style>
span { border-color: #293DB5; }
span { border-color: rgb(41,61,181); }
td.TdClassName
{
border-color: #293DB5;
}
.TagClassName
{
border-color: #293DB5;
}
</style>