Shades of Torea Bay #2B3271
Tints of Torea Bay #2B3271
RGB
CMYK
RGB Variations
Color information
#2B3271 (or 0x2B3271) is known color: Torea Bay. HEX triplet: 2B, 32 and 71. RGB value is (43,50,113). Sum of RGB (Red+Green+Blue) = 43+50+113=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B3271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3271 is #D4CD8E. Grayscale: #363636. Windows color (decimal): -13946255 or 7418411. OLE color: 7418411.
HSL color Cylindrical-coordinate representation of color #2B3271: hue angle of 234º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B3271 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 50 | 113 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.56 |
| HSL | 234º | 0.45% | 0.31% | - |
| HSV(B) | 234º | 0.62% | 0.44% | - |
| XYZ | 5.12 | 3.99 | 16.12 | - |
| YUV | 55.09 | 160.68 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 113 | 0.62 | 0.56 | 0 | 0.56 | 234 | 0.45 | 0.31 |
| Hex | 2B | 32 | 71 | 3E | 38 | 0 | 38 | EA | 2D | 1F |
| Octal | 53 | 62 | 161 | 76 | 70 | 0 | 70 | 352 | 55 | 37 |
| Binary | 101011 | 110010 | 1110001 | 111110 | 111000 | 0 | 111000 | 11101010 | 101101 | 11111 |
Color Harmonies of #2B3271
Complementary color
Monochromatic Colors of #2B3271
Black with #2B3271
Text Example
Text Example
White with #2B3271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3271; }
p { color: rgb(43,50,113); }
H1.HeaderClassName
{
color: #2B3271;
}
.AnyTagClassName
{
color: #2B3271;
}
</style>
background-color css
<style>
a { background-color: #2B3271; }
a { background-color: rgb(43,50,113); }
div.DivClassName
{
background-color: #2B3271;
}
.BgClassName
{
background-color: #2B3271;
}
</style>
border-color css
<style>
span { border-color: #2B3271; }
span { border-color: rgb(43,50,113); }
td.TdClassName
{
border-color: #2B3271;
}
.TagClassName
{
border-color: #2B3271;
}
</style>