Shades of Torea Bay #292C88
Tints of Torea Bay #292C88
RGB
CMYK
RGB Variations
Color information
#292C88 (or 0x292C88) is known color: Torea Bay. HEX triplet: 29, 2C and 88. RGB value is (41,44,136). Sum of RGB (Red+Green+Blue) = 41+44+136=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #292C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C88 is #D6D377. Grayscale: #353535. Windows color (decimal): -14078840 or 8924201. OLE color: 8924201.
HSL color Cylindrical-coordinate representation of color #292C88: hue angle of 238.11º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #292C88 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 44 | 136 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.47 |
| HSL | 238.11º | 0.54% | 0.35% | - |
| HSV(B) | 238.11º | 0.7% | 0.53% | - |
| XYZ | 6.26 | 4.05 | 23.74 | - |
| YUV | 53.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 136 | 0.70 | 0.68 | 0 | 0.47 | 238.11 | 0.54 | 0.35 |
| Hex | 29 | 2C | 88 | 46 | 44 | 0 | 2F | EE | 36 | 23 |
| Octal | 51 | 54 | 210 | 106 | 104 | 0 | 57 | 356 | 66 | 43 |
| Binary | 101001 | 101100 | 10001000 | 1000110 | 1000100 | 0 | 101111 | 11101110 | 110110 | 100011 |
Color Harmonies of #292C88
Complementary color
Monochromatic Colors of #292C88
Black with #292C88
Text Example
Text Example
White with #292C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292C88; }
p { color: rgb(41,44,136); }
H1.HeaderClassName
{
color: #292C88;
}
.AnyTagClassName
{
color: #292C88;
}
</style>
background-color css
<style>
a { background-color: #292C88; }
a { background-color: rgb(41,44,136); }
div.DivClassName
{
background-color: #292C88;
}
.BgClassName
{
background-color: #292C88;
}
</style>
border-color css
<style>
span { border-color: #292C88; }
span { border-color: rgb(41,44,136); }
td.TdClassName
{
border-color: #292C88;
}
.TagClassName
{
border-color: #292C88;
}
</style>