Shades of Torea Bay #2E3584
Tints of Torea Bay #2E3584
RGB
CMYK
RGB Variations
Color information
#2E3584 (or 0x2E3584) is known color: Torea Bay. HEX triplet: 2E, 35 and 84. RGB value is (46,53,132). Sum of RGB (Red+Green+Blue) = 46+53+132=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E3584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3584 is #D1CA7B. Grayscale: #3B3B3B. Windows color (decimal): -13748860 or 8664366. OLE color: 8664366.
HSL color Cylindrical-coordinate representation of color #2E3584: hue angle of 235.12º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E3584 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 53 | 132 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.48 |
| HSL | 235.12º | 0.48% | 0.35% | - |
| HSV(B) | 235.12º | 0.65% | 0.52% | - |
| XYZ | 6.56 | 4.79 | 22.41 | - |
| YUV | 59.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 132 | 0.65 | 0.60 | 0 | 0.48 | 235.12 | 0.48 | 0.35 |
| Hex | 2E | 35 | 84 | 41 | 3C | 0 | 30 | EB | 30 | 23 |
| Octal | 56 | 65 | 204 | 101 | 74 | 0 | 60 | 353 | 60 | 43 |
| Binary | 101110 | 110101 | 10000100 | 1000001 | 111100 | 0 | 110000 | 11101011 | 110000 | 100011 |
Color Harmonies of #2E3584
Complementary color
Monochromatic Colors of #2E3584
Black with #2E3584
Text Example
Text Example
White with #2E3584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3584; }
p { color: rgb(46,53,132); }
H1.HeaderClassName
{
color: #2E3584;
}
.AnyTagClassName
{
color: #2E3584;
}
</style>
background-color css
<style>
a { background-color: #2E3584; }
a { background-color: rgb(46,53,132); }
div.DivClassName
{
background-color: #2E3584;
}
.BgClassName
{
background-color: #2E3584;
}
</style>
border-color css
<style>
span { border-color: #2E3584; }
span { border-color: rgb(46,53,132); }
td.TdClassName
{
border-color: #2E3584;
}
.TagClassName
{
border-color: #2E3584;
}
</style>