Shades of Persian Blue #293DB2
Tints of Persian Blue #293DB2
RGB
CMYK
RGB Variations
Color information
#293DB2 (or 0x293DB2) is known color: Persian Blue. HEX triplet: 29, 3D and B2. RGB value is (41,61,178). Sum of RGB (Red+Green+Blue) = 41+61+178=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 178 (69.92% from 255 or 63.57% from 280); Max value from RGB is 178 - color contains mainly: blue. Hex color #293DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293DB2 is #D6C24D. Grayscale: #434343. Windows color (decimal): -14074446 or 11681065. OLE color: 11681065.
HSL color Cylindrical-coordinate representation of color #293DB2: hue angle of 231.24º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293DB2 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 61 | 178 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.30 |
| HSL | 231.24º | 0.63% | 0.43% | - |
| HSV(B) | 231.24º | 0.77% | 0.7% | - |
| XYZ | 10.62 | 7.02 | 42.92 | - |
| YUV | 68.36 | 189.87 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 178 | 0.77 | 0.66 | 0 | 0.30 | 231.24 | 0.63 | 0.43 |
| Hex | 29 | 3D | B2 | 4D | 42 | 0 | 1E | E7 | 3F | 2B |
| Octal | 51 | 75 | 262 | 115 | 102 | 0 | 36 | 347 | 77 | 53 |
| Binary | 101001 | 111101 | 10110010 | 1001101 | 1000010 | 0 | 11110 | 11100111 | 111111 | 101011 |
Color Harmonies of #293DB2
Complementary color
Monochromatic Colors of #293DB2
Black with #293DB2
Text Example
Text Example
White with #293DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DB2; }
p { color: rgb(41,61,178); }
H1.HeaderClassName
{
color: #293DB2;
}
.AnyTagClassName
{
color: #293DB2;
}
</style>
background-color css
<style>
a { background-color: #293DB2; }
a { background-color: rgb(41,61,178); }
div.DivClassName
{
background-color: #293DB2;
}
.BgClassName
{
background-color: #293DB2;
}
</style>
border-color css
<style>
span { border-color: #293DB2; }
span { border-color: rgb(41,61,178); }
td.TdClassName
{
border-color: #293DB2;
}
.TagClassName
{
border-color: #293DB2;
}
</style>