Shades of Torea Bay #2E3376
Tints of Torea Bay #2E3376
RGB
CMYK
RGB Variations
Color information
#2E3376 (or 0x2E3376) is known color: Torea Bay. HEX triplet: 2E, 33 and 76. RGB value is (46,51,118). Sum of RGB (Red+Green+Blue) = 46+51+118=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3376 is #D1CC89. Grayscale: #383838. Windows color (decimal): -13749386 or 7746350. OLE color: 7746350.
HSL color Cylindrical-coordinate representation of color #2E3376: hue angle of 235.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E3376 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 51 | 118 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.54 |
| HSL | 235.83º | 0.44% | 0.32% | - |
| HSV(B) | 235.83º | 0.61% | 0.46% | - |
| XYZ | 5.58 | 4.26 | 17.67 | - |
| YUV | 57.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 118 | 0.61 | 0.57 | 0 | 0.54 | 235.83 | 0.44 | 0.32 |
| Hex | 2E | 33 | 76 | 3D | 39 | 0 | 36 | EC | 2C | 20 |
| Octal | 56 | 63 | 166 | 75 | 71 | 0 | 66 | 354 | 54 | 40 |
| Binary | 101110 | 110011 | 1110110 | 111101 | 111001 | 0 | 110110 | 11101100 | 101100 | 100000 |
Color Harmonies of #2E3376
Complementary color
Monochromatic Colors of #2E3376
Black with #2E3376
Text Example
Text Example
White with #2E3376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3376; }
p { color: rgb(46,51,118); }
H1.HeaderClassName
{
color: #2E3376;
}
.AnyTagClassName
{
color: #2E3376;
}
</style>
background-color css
<style>
a { background-color: #2E3376; }
a { background-color: rgb(46,51,118); }
div.DivClassName
{
background-color: #2E3376;
}
.BgClassName
{
background-color: #2E3376;
}
</style>
border-color css
<style>
span { border-color: #2E3376; }
span { border-color: rgb(46,51,118); }
td.TdClassName
{
border-color: #2E3376;
}
.TagClassName
{
border-color: #2E3376;
}
</style>