Shades of Persian Blue #293DB4
Tints of Persian Blue #293DB4
RGB
CMYK
RGB Variations
Color information
#293DB4 (or 0x293DB4) is known color: Persian Blue. HEX triplet: 29, 3D and B4. RGB value is (41,61,180). Sum of RGB (Red+Green+Blue) = 41+61+180=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #293DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DB4 is #D6C24B. Grayscale: #444444. Windows color (decimal): -14074444 or 11812137. OLE color: 11812137.
HSL color Cylindrical-coordinate representation of color #293DB4: hue angle of 231.37º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293DB4 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 61 | 180 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.29 |
| HSL | 231.37º | 0.63% | 0.43% | - |
| HSV(B) | 231.37º | 0.77% | 0.71% | - |
| XYZ | 10.82 | 7.1 | 43.98 | - |
| YUV | 68.59 | 190.87 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 180 | 0.77 | 0.66 | 0 | 0.29 | 231.37 | 0.63 | 0.43 |
| Hex | 29 | 3D | B4 | 4D | 42 | 0 | 1D | E7 | 3F | 2B |
| Octal | 51 | 75 | 264 | 115 | 102 | 0 | 35 | 347 | 77 | 53 |
| Binary | 101001 | 111101 | 10110100 | 1001101 | 1000010 | 0 | 11101 | 11100111 | 111111 | 101011 |
Color Harmonies of #293DB4
Complementary color
Monochromatic Colors of #293DB4
Black with #293DB4
Text Example
Text Example
White with #293DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DB4; }
p { color: rgb(41,61,180); }
H1.HeaderClassName
{
color: #293DB4;
}
.AnyTagClassName
{
color: #293DB4;
}
</style>
background-color css
<style>
a { background-color: #293DB4; }
a { background-color: rgb(41,61,180); }
div.DivClassName
{
background-color: #293DB4;
}
.BgClassName
{
background-color: #293DB4;
}
</style>
border-color css
<style>
span { border-color: #293DB4; }
span { border-color: rgb(41,61,180); }
td.TdClassName
{
border-color: #293DB4;
}
.TagClassName
{
border-color: #293DB4;
}
</style>