Shades of Torea Bay #2B378B
Tints of Torea Bay #2B378B
RGB
CMYK
RGB Variations
Color information
#2B378B (or 0x2B378B) is known color: Torea Bay. HEX triplet: 2B, 37 and 8B. RGB value is (43,55,139). Sum of RGB (Red+Green+Blue) = 43+55+139=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B378B is #D4C874. Grayscale: #3C3C3C. Windows color (decimal): -13944949 or 9123627. OLE color: 9123627.
HSL color Cylindrical-coordinate representation of color #2B378B: hue angle of 232.5º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B378B is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 55 | 139 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.45 |
| HSL | 232.5º | 0.53% | 0.36% | - |
| HSV(B) | 232.5º | 0.69% | 0.55% | - |
| XYZ | 7.02 | 5.11 | 25.04 | - |
| YUV | 60.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 139 | 0.69 | 0.60 | 0 | 0.45 | 232.5 | 0.53 | 0.36 |
| Hex | 2B | 37 | 8B | 45 | 3C | 0 | 2D | E8 | 35 | 24 |
| Octal | 53 | 67 | 213 | 105 | 74 | 0 | 55 | 350 | 65 | 44 |
| Binary | 101011 | 110111 | 10001011 | 1000101 | 111100 | 0 | 101101 | 11101000 | 110101 | 100100 |
Color Harmonies of #2B378B
Complementary color
Monochromatic Colors of #2B378B
Black with #2B378B
Text Example
Text Example
White with #2B378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B378B; }
p { color: rgb(43,55,139); }
H1.HeaderClassName
{
color: #2B378B;
}
.AnyTagClassName
{
color: #2B378B;
}
</style>
background-color css
<style>
a { background-color: #2B378B; }
a { background-color: rgb(43,55,139); }
div.DivClassName
{
background-color: #2B378B;
}
.BgClassName
{
background-color: #2B378B;
}
</style>
border-color css
<style>
span { border-color: #2B378B; }
span { border-color: rgb(43,55,139); }
td.TdClassName
{
border-color: #2B378B;
}
.TagClassName
{
border-color: #2B378B;
}
</style>