Shades of Torea Bay #2B3470
Tints of Torea Bay #2B3470
RGB
CMYK
RGB Variations
Color information
#2B3470 (or 0x2B3470) is known color: Torea Bay. HEX triplet: 2B, 34 and 70. RGB value is (43,52,112). Sum of RGB (Red+Green+Blue) = 43+52+112=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B3470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3470 is #D4CB8F. Grayscale: #373737. Windows color (decimal): -13945744 or 7353387. OLE color: 7353387.
HSL color Cylindrical-coordinate representation of color #2B3470: hue angle of 232.17º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B3470 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 52 | 112 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.56 |
| HSL | 232.17º | 0.45% | 0.3% | - |
| HSV(B) | 232.17º | 0.62% | 0.44% | - |
| XYZ | 5.15 | 4.14 | 15.86 | - |
| YUV | 56.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 112 | 0.62 | 0.54 | 0 | 0.56 | 232.17 | 0.45 | 0.3 |
| Hex | 2B | 34 | 70 | 3E | 36 | 0 | 38 | E8 | 2D | 1E |
| Octal | 53 | 64 | 160 | 76 | 66 | 0 | 70 | 350 | 55 | 36 |
| Binary | 101011 | 110100 | 1110000 | 111110 | 110110 | 0 | 111000 | 11101000 | 101101 | 11110 |
Color Harmonies of #2B3470
Complementary color
Monochromatic Colors of #2B3470
Black with #2B3470
Text Example
Text Example
White with #2B3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3470; }
p { color: rgb(43,52,112); }
H1.HeaderClassName
{
color: #2B3470;
}
.AnyTagClassName
{
color: #2B3470;
}
</style>
background-color css
<style>
a { background-color: #2B3470; }
a { background-color: rgb(43,52,112); }
div.DivClassName
{
background-color: #2B3470;
}
.BgClassName
{
background-color: #2B3470;
}
</style>
border-color css
<style>
span { border-color: #2B3470; }
span { border-color: rgb(43,52,112); }
td.TdClassName
{
border-color: #2B3470;
}
.TagClassName
{
border-color: #2B3470;
}
</style>