Shades of Torea Bay #29327C
Tints of Torea Bay #29327C
RGB
CMYK
RGB Variations
Color information
#29327C (or 0x29327C) is known color: Torea Bay. HEX triplet: 29, 32 and 7C. RGB value is (41,50,124). Sum of RGB (Red+Green+Blue) = 41+50+124=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #29327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29327C is #D6CD83. Grayscale: #373737. Windows color (decimal): -14077316 or 8139305. OLE color: 8139305.
HSL color Cylindrical-coordinate representation of color #29327C: hue angle of 233.49º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29327C is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 50 | 124 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.51 |
| HSL | 233.49º | 0.5% | 0.32% | - |
| HSV(B) | 233.49º | 0.67% | 0.49% | - |
| XYZ | 5.69 | 4.21 | 19.58 | - |
| YUV | 55.75 | 166.52 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 124 | 0.67 | 0.60 | 0 | 0.51 | 233.49 | 0.5 | 0.32 |
| Hex | 29 | 32 | 7C | 43 | 3C | 0 | 33 | E9 | 32 | 20 |
| Octal | 51 | 62 | 174 | 103 | 74 | 0 | 63 | 351 | 62 | 40 |
| Binary | 101001 | 110010 | 1111100 | 1000011 | 111100 | 0 | 110011 | 11101001 | 110010 | 100000 |
Color Harmonies of #29327C
Complementary color
Monochromatic Colors of #29327C
Black with #29327C
Text Example
Text Example
White with #29327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29327C; }
p { color: rgb(41,50,124); }
H1.HeaderClassName
{
color: #29327C;
}
.AnyTagClassName
{
color: #29327C;
}
</style>
background-color css
<style>
a { background-color: #29327C; }
a { background-color: rgb(41,50,124); }
div.DivClassName
{
background-color: #29327C;
}
.BgClassName
{
background-color: #29327C;
}
</style>
border-color css
<style>
span { border-color: #29327C; }
span { border-color: rgb(41,50,124); }
td.TdClassName
{
border-color: #29327C;
}
.TagClassName
{
border-color: #29327C;
}
</style>