Shades of Torea Bay #292D89
Tints of Torea Bay #292D89
RGB
CMYK
RGB Variations
Color information
#292D89 (or 0x292D89) is known color: Torea Bay. HEX triplet: 29, 2D and 89. RGB value is (41,45,137). Sum of RGB (Red+Green+Blue) = 41+45+137=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #292D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292D89 is #D6D276. Grayscale: #353535. Windows color (decimal): -14078583 or 8989993. OLE color: 8989993.
HSL color Cylindrical-coordinate representation of color #292D89: hue angle of 237.5º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #292D89 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 45 | 137 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.46 |
| HSL | 237.5º | 0.54% | 0.35% | - |
| HSV(B) | 237.5º | 0.7% | 0.54% | - |
| XYZ | 6.37 | 4.15 | 24.13 | - |
| YUV | 54.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 137 | 0.70 | 0.67 | 0 | 0.46 | 237.5 | 0.54 | 0.35 |
| Hex | 29 | 2D | 89 | 46 | 43 | 0 | 2E | EE | 36 | 23 |
| Octal | 51 | 55 | 211 | 106 | 103 | 0 | 56 | 356 | 66 | 43 |
| Binary | 101001 | 101101 | 10001001 | 1000110 | 1000011 | 0 | 101110 | 11101110 | 110110 | 100011 |
Color Harmonies of #292D89
Complementary color
Monochromatic Colors of #292D89
Black with #292D89
Text Example
Text Example
White with #292D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292D89; }
p { color: rgb(41,45,137); }
H1.HeaderClassName
{
color: #292D89;
}
.AnyTagClassName
{
color: #292D89;
}
</style>
background-color css
<style>
a { background-color: #292D89; }
a { background-color: rgb(41,45,137); }
div.DivClassName
{
background-color: #292D89;
}
.BgClassName
{
background-color: #292D89;
}
</style>
border-color css
<style>
span { border-color: #292D89; }
span { border-color: rgb(41,45,137); }
td.TdClassName
{
border-color: #292D89;
}
.TagClassName
{
border-color: #292D89;
}
</style>