Shades of Torea Bay #2E3478
Tints of Torea Bay #2E3478
RGB
CMYK
RGB Variations
Color information
#2E3478 (or 0x2E3478) is known color: Torea Bay. HEX triplet: 2E, 34 and 78. RGB value is (46,52,120). Sum of RGB (Red+Green+Blue) = 46+52+120=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E3478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3478 is #D1CB87. Grayscale: #393939. Windows color (decimal): -13749128 or 7877678. OLE color: 7877678.
HSL color Cylindrical-coordinate representation of color #2E3478: hue angle of 235.14º 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 #2E3478 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 52 | 120 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.53 |
| HSL | 235.14º | 0.45% | 0.33% | - |
| HSV(B) | 235.14º | 0.62% | 0.47% | - |
| XYZ | 5.74 | 4.39 | 18.31 | - |
| YUV | 57.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 120 | 0.62 | 0.57 | 0 | 0.53 | 235.14 | 0.45 | 0.33 |
| Hex | 2E | 34 | 78 | 3E | 39 | 0 | 35 | EB | 2D | 21 |
| Octal | 56 | 64 | 170 | 76 | 71 | 0 | 65 | 353 | 55 | 41 |
| Binary | 101110 | 110100 | 1111000 | 111110 | 111001 | 0 | 110101 | 11101011 | 101101 | 100001 |
Color Harmonies of #2E3478
Complementary color
Monochromatic Colors of #2E3478
Black with #2E3478
Text Example
Text Example
White with #2E3478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3478; }
p { color: rgb(46,52,120); }
H1.HeaderClassName
{
color: #2E3478;
}
.AnyTagClassName
{
color: #2E3478;
}
</style>
background-color css
<style>
a { background-color: #2E3478; }
a { background-color: rgb(46,52,120); }
div.DivClassName
{
background-color: #2E3478;
}
.BgClassName
{
background-color: #2E3478;
}
</style>
border-color css
<style>
span { border-color: #2E3478; }
span { border-color: rgb(46,52,120); }
td.TdClassName
{
border-color: #2E3478;
}
.TagClassName
{
border-color: #2E3478;
}
</style>