Shades of Torea Bay #29326F
Tints of Torea Bay #29326F
RGB
CMYK
RGB Variations
Color information
#29326F (or 0x29326F) is known color: Torea Bay. HEX triplet: 29, 32 and 6F. RGB value is (41,50,111). Sum of RGB (Red+Green+Blue) = 41+50+111=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #29326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29326F is #D6CD90. Grayscale: #363636. Windows color (decimal): -14077329 or 7287337. OLE color: 7287337.
HSL color Cylindrical-coordinate representation of color #29326F: hue angle of 232.29º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29326F is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 50 | 111 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.56 |
| HSL | 232.29º | 0.46% | 0.3% | - |
| HSV(B) | 232.29º | 0.63% | 0.44% | - |
| XYZ | 4.92 | 3.9 | 15.53 | - |
| YUV | 54.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 111 | 0.63 | 0.55 | 0 | 0.56 | 232.29 | 0.46 | 0.3 |
| Hex | 29 | 32 | 6F | 3F | 37 | 0 | 38 | E8 | 2E | 1E |
| Octal | 51 | 62 | 157 | 77 | 67 | 0 | 70 | 350 | 56 | 36 |
| Binary | 101001 | 110010 | 1101111 | 111111 | 110111 | 0 | 111000 | 11101000 | 101110 | 11110 |
Color Harmonies of #29326F
Complementary color
Monochromatic Colors of #29326F
Black with #29326F
Text Example
Text Example
White with #29326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29326F; }
p { color: rgb(41,50,111); }
H1.HeaderClassName
{
color: #29326F;
}
.AnyTagClassName
{
color: #29326F;
}
</style>
background-color css
<style>
a { background-color: #29326F; }
a { background-color: rgb(41,50,111); }
div.DivClassName
{
background-color: #29326F;
}
.BgClassName
{
background-color: #29326F;
}
</style>
border-color css
<style>
span { border-color: #29326F; }
span { border-color: rgb(41,50,111); }
td.TdClassName
{
border-color: #29326F;
}
.TagClassName
{
border-color: #29326F;
}
</style>