Shades of Persian Blue #293FBC
Tints of Persian Blue #293FBC
RGB
CMYK
RGB Variations
Color information
#293FBC (or 0x293FBC) is known color: Persian Blue. HEX triplet: 29, 3F and BC. RGB value is (41,63,188). Sum of RGB (Red+Green+Blue) = 41+63+188=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #293FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FBC is #D6C043. Grayscale: #464646. Windows color (decimal): -14073924 or 12336937. OLE color: 12336937.
HSL color Cylindrical-coordinate representation of color #293FBC: hue angle of 231.02º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293FBC is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 63 | 188 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.26 |
| HSL | 231.02º | 0.64% | 0.45% | - |
| HSV(B) | 231.02º | 0.78% | 0.74% | - |
| XYZ | 11.77 | 7.66 | 48.43 | - |
| YUV | 70.67 | 194.21 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 188 | 0.78 | 0.66 | 0 | 0.26 | 231.02 | 0.64 | 0.45 |
| Hex | 29 | 3F | BC | 4E | 42 | 0 | 1A | E7 | 40 | 2D |
| Octal | 51 | 77 | 274 | 116 | 102 | 0 | 32 | 347 | 100 | 55 |
| Binary | 101001 | 111111 | 10111100 | 1001110 | 1000010 | 0 | 11010 | 11100111 | 1000000 | 101101 |
Color Harmonies of #293FBC
Complementary color
Monochromatic Colors of #293FBC
Black with #293FBC
Text Example
Text Example
White with #293FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FBC; }
p { color: rgb(41,63,188); }
H1.HeaderClassName
{
color: #293FBC;
}
.AnyTagClassName
{
color: #293FBC;
}
</style>
background-color css
<style>
a { background-color: #293FBC; }
a { background-color: rgb(41,63,188); }
div.DivClassName
{
background-color: #293FBC;
}
.BgClassName
{
background-color: #293FBC;
}
</style>
border-color css
<style>
span { border-color: #293FBC; }
span { border-color: rgb(41,63,188); }
td.TdClassName
{
border-color: #293FBC;
}
.TagClassName
{
border-color: #293FBC;
}
</style>