Shades of Torea Bay #2E3277
Tints of Torea Bay #2E3277
RGB
CMYK
RGB Variations
Color information
#2E3277 (or 0x2E3277) is known color: Torea Bay. HEX triplet: 2E, 32 and 77. RGB value is (46,50,119). Sum of RGB (Red+Green+Blue) = 46+50+119=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #2E3277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3277 is #D1CD88. Grayscale: #383838. Windows color (decimal): -13749641 or 7811630. OLE color: 7811630.
HSL color Cylindrical-coordinate representation of color #2E3277: hue angle of 236.71º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E3277 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 50 | 119 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.53 |
| HSL | 236.71º | 0.44% | 0.32% | - |
| HSV(B) | 236.71º | 0.61% | 0.47% | - |
| XYZ | 5.6 | 4.19 | 17.97 | - |
| YUV | 56.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 119 | 0.61 | 0.58 | 0 | 0.53 | 236.71 | 0.44 | 0.32 |
| Hex | 2E | 32 | 77 | 3D | 3A | 0 | 35 | ED | 2C | 20 |
| Octal | 56 | 62 | 167 | 75 | 72 | 0 | 65 | 355 | 54 | 40 |
| Binary | 101110 | 110010 | 1110111 | 111101 | 111010 | 0 | 110101 | 11101101 | 101100 | 100000 |
Color Harmonies of #2E3277
Complementary color
Monochromatic Colors of #2E3277
Black with #2E3277
Text Example
Text Example
White with #2E3277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3277; }
p { color: rgb(46,50,119); }
H1.HeaderClassName
{
color: #2E3277;
}
.AnyTagClassName
{
color: #2E3277;
}
</style>
background-color css
<style>
a { background-color: #2E3277; }
a { background-color: rgb(46,50,119); }
div.DivClassName
{
background-color: #2E3277;
}
.BgClassName
{
background-color: #2E3277;
}
</style>
border-color css
<style>
span { border-color: #2E3277; }
span { border-color: rgb(46,50,119); }
td.TdClassName
{
border-color: #2E3277;
}
.TagClassName
{
border-color: #2E3277;
}
</style>