Shades of Persian Blue #293FAD
Tints of Persian Blue #293FAD
RGB
CMYK
RGB Variations
Color information
#293FAD (or 0x293FAD) is known color: Persian Blue. HEX triplet: 29, 3F and AD. RGB value is (41,63,173). Sum of RGB (Red+Green+Blue) = 41+63+173=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #293FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FAD is #D6C052. Grayscale: #444444. Windows color (decimal): -14073939 or 11353897. OLE color: 11353897.
HSL color Cylindrical-coordinate representation of color #293FAD: hue angle of 230º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #293FAD is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 63 | 173 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.32 |
| HSL | 230º | 0.62% | 0.42% | - |
| HSV(B) | 230º | 0.76% | 0.68% | - |
| XYZ | 10.23 | 7.04 | 40.36 | - |
| YUV | 68.96 | 186.71 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 173 | 0.76 | 0.64 | 0 | 0.32 | 230 | 0.62 | 0.42 |
| Hex | 29 | 3F | AD | 4C | 40 | 0 | 20 | E6 | 3E | 2A |
| Octal | 51 | 77 | 255 | 114 | 100 | 0 | 40 | 346 | 76 | 52 |
| Binary | 101001 | 111111 | 10101101 | 1001100 | 1000000 | 0 | 100000 | 11100110 | 111110 | 101010 |
Color Harmonies of #293FAD
Complementary color
Monochromatic Colors of #293FAD
Black with #293FAD
Text Example
Text Example
White with #293FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FAD; }
p { color: rgb(41,63,173); }
H1.HeaderClassName
{
color: #293FAD;
}
.AnyTagClassName
{
color: #293FAD;
}
</style>
background-color css
<style>
a { background-color: #293FAD; }
a { background-color: rgb(41,63,173); }
div.DivClassName
{
background-color: #293FAD;
}
.BgClassName
{
background-color: #293FAD;
}
</style>
border-color css
<style>
span { border-color: #293FAD; }
span { border-color: rgb(41,63,173); }
td.TdClassName
{
border-color: #293FAD;
}
.TagClassName
{
border-color: #293FAD;
}
</style>