Shades of Torea Bay #29337B
Tints of Torea Bay #29337B
RGB
CMYK
RGB Variations
Color information
#29337B (or 0x29337B) is known color: Torea Bay. HEX triplet: 29, 33 and 7B. RGB value is (41,51,123). Sum of RGB (Red+Green+Blue) = 41+51+123=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #29337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29337B is #D6CC84. Grayscale: #373737. Windows color (decimal): -14077061 or 8074025. OLE color: 8074025.
HSL color Cylindrical-coordinate representation of color #29337B: hue angle of 232.68º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29337B is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 51 | 123 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.52 |
| HSL | 232.68º | 0.5% | 0.32% | - |
| HSV(B) | 232.68º | 0.67% | 0.48% | - |
| XYZ | 5.67 | 4.27 | 19.26 | - |
| YUV | 56.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 123 | 0.67 | 0.59 | 0 | 0.52 | 232.68 | 0.5 | 0.32 |
| Hex | 29 | 33 | 7B | 43 | 3B | 0 | 34 | E9 | 32 | 20 |
| Octal | 51 | 63 | 173 | 103 | 73 | 0 | 64 | 351 | 62 | 40 |
| Binary | 101001 | 110011 | 1111011 | 1000011 | 111011 | 0 | 110100 | 11101001 | 110010 | 100000 |
Color Harmonies of #29337B
Complementary color
Monochromatic Colors of #29337B
Black with #29337B
Text Example
Text Example
White with #29337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29337B; }
p { color: rgb(41,51,123); }
H1.HeaderClassName
{
color: #29337B;
}
.AnyTagClassName
{
color: #29337B;
}
</style>
background-color css
<style>
a { background-color: #29337B; }
a { background-color: rgb(41,51,123); }
div.DivClassName
{
background-color: #29337B;
}
.BgClassName
{
background-color: #29337B;
}
</style>
border-color css
<style>
span { border-color: #29337B; }
span { border-color: rgb(41,51,123); }
td.TdClassName
{
border-color: #29337B;
}
.TagClassName
{
border-color: #29337B;
}
</style>