Shades of Persian Blue #292DBB
Tints of Persian Blue #292DBB
RGB
CMYK
RGB Variations
Color information
#292DBB (or 0x292DBB) is known color: Persian Blue. HEX triplet: 29, 2D and BB. RGB value is (41,45,187). Sum of RGB (Red+Green+Blue) = 41+45+187=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #292DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DBB is #D6D244. Grayscale: #3B3B3B. Windows color (decimal): -14078533 or 12266793. OLE color: 12266793.
HSL color Cylindrical-coordinate representation of color #292DBB: hue angle of 238.36º 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 #292DBB is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 45 | 187 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.27 |
| HSL | 238.36º | 0.64% | 0.45% | - |
| HSV(B) | 238.36º | 0.78% | 0.73% | - |
| XYZ | 10.82 | 5.94 | 47.59 | - |
| YUV | 59.99 | 199.67 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 187 | 0.78 | 0.76 | 0 | 0.27 | 238.36 | 0.64 | 0.45 |
| Hex | 29 | 2D | BB | 4E | 4C | 0 | 1B | EE | 40 | 2D |
| Octal | 51 | 55 | 273 | 116 | 114 | 0 | 33 | 356 | 100 | 55 |
| Binary | 101001 | 101101 | 10111011 | 1001110 | 1001100 | 0 | 11011 | 11101110 | 1000000 | 101101 |
Color Harmonies of #292DBB
Complementary color
Monochromatic Colors of #292DBB
Black with #292DBB
Text Example
Text Example
White with #292DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292DBB; }
p { color: rgb(41,45,187); }
H1.HeaderClassName
{
color: #292DBB;
}
.AnyTagClassName
{
color: #292DBB;
}
</style>
background-color css
<style>
a { background-color: #292DBB; }
a { background-color: rgb(41,45,187); }
div.DivClassName
{
background-color: #292DBB;
}
.BgClassName
{
background-color: #292DBB;
}
</style>
border-color css
<style>
span { border-color: #292DBB; }
span { border-color: rgb(41,45,187); }
td.TdClassName
{
border-color: #292DBB;
}
.TagClassName
{
border-color: #292DBB;
}
</style>