Shades of Torea Bay #292B83
Tints of Torea Bay #292B83
RGB
CMYK
RGB Variations
Color information
#292B83 (or 0x292B83) is known color: Torea Bay. HEX triplet: 29, 2B and 83. RGB value is (41,43,131). Sum of RGB (Red+Green+Blue) = 41+43+131=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #292B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292B83 is #D6D47C. Grayscale: #343434. Windows color (decimal): -14079101 or 8596265. OLE color: 8596265.
HSL color Cylindrical-coordinate representation of color #292B83: hue angle of 238.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #292B83 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 43 | 131 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.49 |
| HSL | 238.67º | 0.52% | 0.34% | - |
| HSV(B) | 238.67º | 0.69% | 0.51% | - |
| XYZ | 5.88 | 3.84 | 21.9 | - |
| YUV | 52.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 131 | 0.69 | 0.67 | 0 | 0.49 | 238.67 | 0.52 | 0.34 |
| Hex | 29 | 2B | 83 | 45 | 43 | 0 | 31 | EF | 34 | 22 |
| Octal | 51 | 53 | 203 | 105 | 103 | 0 | 61 | 357 | 64 | 42 |
| Binary | 101001 | 101011 | 10000011 | 1000101 | 1000011 | 0 | 110001 | 11101111 | 110100 | 100010 |
Color Harmonies of #292B83
Complementary color
Monochromatic Colors of #292B83
Black with #292B83
Text Example
Text Example
White with #292B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B83; }
p { color: rgb(41,43,131); }
H1.HeaderClassName
{
color: #292B83;
}
.AnyTagClassName
{
color: #292B83;
}
</style>
background-color css
<style>
a { background-color: #292B83; }
a { background-color: rgb(41,43,131); }
div.DivClassName
{
background-color: #292B83;
}
.BgClassName
{
background-color: #292B83;
}
</style>
border-color css
<style>
span { border-color: #292B83; }
span { border-color: rgb(41,43,131); }
td.TdClassName
{
border-color: #292B83;
}
.TagClassName
{
border-color: #292B83;
}
</style>