Shades of Torea Bay #2B317B
Tints of Torea Bay #2B317B
RGB
CMYK
RGB Variations
Color information
#2B317B (or 0x2B317B) is known color: Torea Bay. HEX triplet: 2B, 31 and 7B. RGB value is (43,49,123). Sum of RGB (Red+Green+Blue) = 43+49+123=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B317B is #D4CE84. Grayscale: #373737. Windows color (decimal): -13946501 or 8073515. OLE color: 8073515.
HSL color Cylindrical-coordinate representation of color #2B317B: hue angle of 235.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B317B is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 49 | 123 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.52 |
| HSL | 235.5º | 0.48% | 0.33% | - |
| HSV(B) | 235.5º | 0.65% | 0.48% | - |
| XYZ | 5.67 | 4.14 | 19.24 | - |
| YUV | 55.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 123 | 0.65 | 0.60 | 0 | 0.52 | 235.5 | 0.48 | 0.33 |
| Hex | 2B | 31 | 7B | 41 | 3C | 0 | 34 | EC | 30 | 21 |
| Octal | 53 | 61 | 173 | 101 | 74 | 0 | 64 | 354 | 60 | 41 |
| Binary | 101011 | 110001 | 1111011 | 1000001 | 111100 | 0 | 110100 | 11101100 | 110000 | 100001 |
Color Harmonies of #2B317B
Complementary color
Monochromatic Colors of #2B317B
Black with #2B317B
Text Example
Text Example
White with #2B317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B317B; }
p { color: rgb(43,49,123); }
H1.HeaderClassName
{
color: #2B317B;
}
.AnyTagClassName
{
color: #2B317B;
}
</style>
background-color css
<style>
a { background-color: #2B317B; }
a { background-color: rgb(43,49,123); }
div.DivClassName
{
background-color: #2B317B;
}
.BgClassName
{
background-color: #2B317B;
}
</style>
border-color css
<style>
span { border-color: #2B317B; }
span { border-color: rgb(43,49,123); }
td.TdClassName
{
border-color: #2B317B;
}
.TagClassName
{
border-color: #2B317B;
}
</style>