Shades of Torea Bay #29348B
Tints of Torea Bay #29348B
RGB
CMYK
RGB Variations
Color information
#29348B (or 0x29348B) is known color: Torea Bay. HEX triplet: 29, 34 and 8B. RGB value is (41,52,139). Sum of RGB (Red+Green+Blue) = 41+52+139=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #29348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29348B is #D6CB74. Grayscale: #3A3A3A. Windows color (decimal): -14076789 or 9122857. OLE color: 9122857.
HSL color Cylindrical-coordinate representation of color #29348B: hue angle of 233.27º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29348B is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 52 | 139 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.45 |
| HSL | 233.27º | 0.54% | 0.35% | - |
| HSV(B) | 233.27º | 0.71% | 0.55% | - |
| XYZ | 6.8 | 4.79 | 24.99 | - |
| YUV | 58.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 139 | 0.71 | 0.63 | 0 | 0.45 | 233.27 | 0.54 | 0.35 |
| Hex | 29 | 34 | 8B | 47 | 3F | 0 | 2D | E9 | 36 | 23 |
| Octal | 51 | 64 | 213 | 107 | 77 | 0 | 55 | 351 | 66 | 43 |
| Binary | 101001 | 110100 | 10001011 | 1000111 | 111111 | 0 | 101101 | 11101001 | 110110 | 100011 |
Color Harmonies of #29348B
Complementary color
Monochromatic Colors of #29348B
Black with #29348B
Text Example
Text Example
White with #29348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29348B; }
p { color: rgb(41,52,139); }
H1.HeaderClassName
{
color: #29348B;
}
.AnyTagClassName
{
color: #29348B;
}
</style>
background-color css
<style>
a { background-color: #29348B; }
a { background-color: rgb(41,52,139); }
div.DivClassName
{
background-color: #29348B;
}
.BgClassName
{
background-color: #29348B;
}
</style>
border-color css
<style>
span { border-color: #29348B; }
span { border-color: rgb(41,52,139); }
td.TdClassName
{
border-color: #29348B;
}
.TagClassName
{
border-color: #29348B;
}
</style>