Shades of Persian Blue #293FBB
Tints of Persian Blue #293FBB
RGB
CMYK
RGB Variations
Color information
#293FBB (or 0x293FBB) is known color: Persian Blue. HEX triplet: 29, 3F and BB. RGB value is (41,63,187). Sum of RGB (Red+Green+Blue) = 41+63+187=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #293FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FBB is #D6C044. Grayscale: #464646. Windows color (decimal): -14073925 or 12271401. OLE color: 12271401.
HSL color Cylindrical-coordinate representation of color #293FBB: hue angle of 230.96º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293FBB is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 63 | 187 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.27 |
| HSL | 230.96º | 0.64% | 0.45% | - |
| HSV(B) | 230.96º | 0.78% | 0.73% | - |
| XYZ | 11.66 | 7.61 | 47.87 | - |
| YUV | 70.56 | 193.71 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 187 | 0.78 | 0.66 | 0 | 0.27 | 230.96 | 0.64 | 0.45 |
| Hex | 29 | 3F | BB | 4E | 42 | 0 | 1B | E7 | 40 | 2D |
| Octal | 51 | 77 | 273 | 116 | 102 | 0 | 33 | 347 | 100 | 55 |
| Binary | 101001 | 111111 | 10111011 | 1001110 | 1000010 | 0 | 11011 | 11100111 | 1000000 | 101101 |
Color Harmonies of #293FBB
Complementary color
Monochromatic Colors of #293FBB
Black with #293FBB
Text Example
Text Example
White with #293FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FBB; }
p { color: rgb(41,63,187); }
H1.HeaderClassName
{
color: #293FBB;
}
.AnyTagClassName
{
color: #293FBB;
}
</style>
background-color css
<style>
a { background-color: #293FBB; }
a { background-color: rgb(41,63,187); }
div.DivClassName
{
background-color: #293FBB;
}
.BgClassName
{
background-color: #293FBB;
}
</style>
border-color css
<style>
span { border-color: #293FBB; }
span { border-color: rgb(41,63,187); }
td.TdClassName
{
border-color: #293FBB;
}
.TagClassName
{
border-color: #293FBB;
}
</style>