Shades of Persian Blue #293DBB
Tints of Persian Blue #293DBB
RGB
CMYK
RGB Variations
Color information
#293DBB (or 0x293DBB) is known color: Persian Blue. HEX triplet: 29, 3D and BB. RGB value is (41,61,187). Sum of RGB (Red+Green+Blue) = 41+61+187=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #293DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DBB is #D6C244. Grayscale: #444444. Windows color (decimal): -14074437 or 12270889. OLE color: 12270889.
HSL color Cylindrical-coordinate representation of color #293DBB: hue angle of 231.78º 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 #293DBB is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 61 | 187 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.27 |
| HSL | 231.78º | 0.64% | 0.45% | - |
| HSV(B) | 231.78º | 0.78% | 0.73% | - |
| XYZ | 11.55 | 7.4 | 47.83 | - |
| YUV | 69.38 | 194.37 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 187 | 0.78 | 0.67 | 0 | 0.27 | 231.78 | 0.64 | 0.45 |
| Hex | 29 | 3D | BB | 4E | 43 | 0 | 1B | E8 | 40 | 2D |
| Octal | 51 | 75 | 273 | 116 | 103 | 0 | 33 | 350 | 100 | 55 |
| Binary | 101001 | 111101 | 10111011 | 1001110 | 1000011 | 0 | 11011 | 11101000 | 1000000 | 101101 |
Color Harmonies of #293DBB
Complementary color
Monochromatic Colors of #293DBB
Black with #293DBB
Text Example
Text Example
White with #293DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DBB; }
p { color: rgb(41,61,187); }
H1.HeaderClassName
{
color: #293DBB;
}
.AnyTagClassName
{
color: #293DBB;
}
</style>
background-color css
<style>
a { background-color: #293DBB; }
a { background-color: rgb(41,61,187); }
div.DivClassName
{
background-color: #293DBB;
}
.BgClassName
{
background-color: #293DBB;
}
</style>
border-color css
<style>
span { border-color: #293DBB; }
span { border-color: rgb(41,61,187); }
td.TdClassName
{
border-color: #293DBB;
}
.TagClassName
{
border-color: #293DBB;
}
</style>