Shades of Torea Bay #2E3273
Tints of Torea Bay #2E3273
RGB
CMYK
RGB Variations
Color information
#2E3273 (or 0x2E3273) is known color: Torea Bay. HEX triplet: 2E, 32 and 73. RGB value is (46,50,115). Sum of RGB (Red+Green+Blue) = 46+50+115=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E3273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3273 is #D1CD8C. Grayscale: #373737. Windows color (decimal): -13749645 or 7549486. OLE color: 7549486.
HSL color Cylindrical-coordinate representation of color #2E3273: hue angle of 236.52º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E3273 is Cyan = 0.6, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 50 | 115 | - |
| CMYK | 0.6 | 0.57 | 0 | 0.55 |
| HSL | 236.52º | 0.43% | 0.32% | - |
| HSV(B) | 236.52º | 0.6% | 0.45% | - |
| XYZ | 5.36 | 4.1 | 16.73 | - |
| YUV | 56.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 115 | 0.6 | 0.57 | 0 | 0.55 | 236.52 | 0.43 | 0.32 |
| Hex | 2E | 32 | 73 | 3C | 39 | 0 | 37 | ED | 2B | 20 |
| Octal | 56 | 62 | 163 | 74 | 71 | 0 | 67 | 355 | 53 | 40 |
| Binary | 101110 | 110010 | 1110011 | 111100 | 111001 | 0 | 110111 | 11101101 | 101011 | 100000 |
Color Harmonies of #2E3273
Complementary color
Monochromatic Colors of #2E3273
Black with #2E3273
Text Example
Text Example
White with #2E3273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3273; }
p { color: rgb(46,50,115); }
H1.HeaderClassName
{
color: #2E3273;
}
.AnyTagClassName
{
color: #2E3273;
}
</style>
background-color css
<style>
a { background-color: #2E3273; }
a { background-color: rgb(46,50,115); }
div.DivClassName
{
background-color: #2E3273;
}
.BgClassName
{
background-color: #2E3273;
}
</style>
border-color css
<style>
span { border-color: #2E3273; }
span { border-color: rgb(46,50,115); }
td.TdClassName
{
border-color: #2E3273;
}
.TagClassName
{
border-color: #2E3273;
}
</style>