Shades of Torea Bay #2E3779
Tints of Torea Bay #2E3779
RGB
CMYK
RGB Variations
Color information
#2E3779 (or 0x2E3779) is known color: Torea Bay. HEX triplet: 2E, 37 and 79. RGB value is (46,55,121). Sum of RGB (Red+Green+Blue) = 46+55+121=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E3779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3779 is #D1C886. Grayscale: #3B3B3B. Windows color (decimal): -13748359 or 7943982. OLE color: 7943982.
HSL color Cylindrical-coordinate representation of color #2E3779: hue angle of 232.8º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E3779 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 55 | 121 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.53 |
| HSL | 232.8º | 0.45% | 0.33% | - |
| HSV(B) | 232.8º | 0.62% | 0.47% | - |
| XYZ | 5.94 | 4.69 | 18.68 | - |
| YUV | 59.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 55 | 121 | 0.62 | 0.55 | 0 | 0.53 | 232.8 | 0.45 | 0.33 |
| Hex | 2E | 37 | 79 | 3E | 37 | 0 | 35 | E9 | 2D | 21 |
| Octal | 56 | 67 | 171 | 76 | 67 | 0 | 65 | 351 | 55 | 41 |
| Binary | 101110 | 110111 | 1111001 | 111110 | 110111 | 0 | 110101 | 11101001 | 101101 | 100001 |
Color Harmonies of #2E3779
Complementary color
Monochromatic Colors of #2E3779
Black with #2E3779
Text Example
Text Example
White with #2E3779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3779; }
p { color: rgb(46,55,121); }
H1.HeaderClassName
{
color: #2E3779;
}
.AnyTagClassName
{
color: #2E3779;
}
</style>
background-color css
<style>
a { background-color: #2E3779; }
a { background-color: rgb(46,55,121); }
div.DivClassName
{
background-color: #2E3779;
}
.BgClassName
{
background-color: #2E3779;
}
</style>
border-color css
<style>
span { border-color: #2E3779; }
span { border-color: rgb(46,55,121); }
td.TdClassName
{
border-color: #2E3779;
}
.TagClassName
{
border-color: #2E3779;
}
</style>