Shades of Torea Bay #2B3176
Tints of Torea Bay #2B3176
RGB
CMYK
RGB Variations
Color information
#2B3176 (or 0x2B3176) is known color: Torea Bay. HEX triplet: 2B, 31 and 76. RGB value is (43,49,118). Sum of RGB (Red+Green+Blue) = 43+49+118=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B3176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3176 is #D4CE89. Grayscale: #363636. Windows color (decimal): -13946506 or 7745835. OLE color: 7745835.
HSL color Cylindrical-coordinate representation of color #2B3176: hue angle of 235.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B3176 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 49 | 118 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.54 |
| HSL | 235.2º | 0.47% | 0.32% | - |
| HSV(B) | 235.2º | 0.64% | 0.46% | - |
| XYZ | 5.36 | 4.02 | 17.63 | - |
| YUV | 55.07 | 163.51 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 118 | 0.64 | 0.58 | 0 | 0.54 | 235.2 | 0.47 | 0.32 |
| Hex | 2B | 31 | 76 | 40 | 3A | 0 | 36 | EB | 2F | 20 |
| Octal | 53 | 61 | 166 | 100 | 72 | 0 | 66 | 353 | 57 | 40 |
| Binary | 101011 | 110001 | 1110110 | 1000000 | 111010 | 0 | 110110 | 11101011 | 101111 | 100000 |
Color Harmonies of #2B3176
Complementary color
Monochromatic Colors of #2B3176
Black with #2B3176
Text Example
Text Example
White with #2B3176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3176; }
p { color: rgb(43,49,118); }
H1.HeaderClassName
{
color: #2B3176;
}
.AnyTagClassName
{
color: #2B3176;
}
</style>
background-color css
<style>
a { background-color: #2B3176; }
a { background-color: rgb(43,49,118); }
div.DivClassName
{
background-color: #2B3176;
}
.BgClassName
{
background-color: #2B3176;
}
</style>
border-color css
<style>
span { border-color: #2B3176; }
span { border-color: rgb(43,49,118); }
td.TdClassName
{
border-color: #2B3176;
}
.TagClassName
{
border-color: #2B3176;
}
</style>