Shades of Torea Bay #2E3A89
Tints of Torea Bay #2E3A89
RGB
CMYK
RGB Variations
Color information
#2E3A89 (or 0x2E3A89) is known color: Torea Bay. HEX triplet: 2E, 3A and 89. RGB value is (46,58,137). Sum of RGB (Red+Green+Blue) = 46+58+137=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E3A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3A89 is #D1C576. Grayscale: #3F3F3F. Windows color (decimal): -13747575 or 8993326. OLE color: 8993326.
HSL color Cylindrical-coordinate representation of color #2E3A89: hue angle of 232.09º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E3A89 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 58 | 137 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.46 |
| HSL | 232.09º | 0.5% | 0.36% | - |
| HSV(B) | 232.09º | 0.66% | 0.54% | - |
| XYZ | 7.16 | 5.41 | 24.33 | - |
| YUV | 63.42 | 169.52 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 137 | 0.66 | 0.58 | 0 | 0.46 | 232.09 | 0.5 | 0.36 |
| Hex | 2E | 3A | 89 | 42 | 3A | 0 | 2E | E8 | 32 | 24 |
| Octal | 56 | 72 | 211 | 102 | 72 | 0 | 56 | 350 | 62 | 44 |
| Binary | 101110 | 111010 | 10001001 | 1000010 | 111010 | 0 | 101110 | 11101000 | 110010 | 100100 |
Color Harmonies of #2E3A89
Complementary color
Monochromatic Colors of #2E3A89
Black with #2E3A89
Text Example
Text Example
White with #2E3A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3A89; }
p { color: rgb(46,58,137); }
H1.HeaderClassName
{
color: #2E3A89;
}
.AnyTagClassName
{
color: #2E3A89;
}
</style>
background-color css
<style>
a { background-color: #2E3A89; }
a { background-color: rgb(46,58,137); }
div.DivClassName
{
background-color: #2E3A89;
}
.BgClassName
{
background-color: #2E3A89;
}
</style>
border-color css
<style>
span { border-color: #2E3A89; }
span { border-color: rgb(46,58,137); }
td.TdClassName
{
border-color: #2E3A89;
}
.TagClassName
{
border-color: #2E3A89;
}
</style>