Shades of Torea Bay #2E3482
Tints of Torea Bay #2E3482
RGB
CMYK
RGB Variations
Color information
#2E3482 (or 0x2E3482) is known color: Torea Bay. HEX triplet: 2E, 34 and 82. RGB value is (46,52,130). Sum of RGB (Red+Green+Blue) = 46+52+130=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E3482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3482 is #D1CB7D. Grayscale: #3A3A3A. Windows color (decimal): -13749118 or 8533038. OLE color: 8533038.
HSL color Cylindrical-coordinate representation of color #2E3482: hue angle of 235.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E3482 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 52 | 130 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.49 |
| HSL | 235.71º | 0.48% | 0.35% | - |
| HSV(B) | 235.71º | 0.65% | 0.51% | - |
| XYZ | 6.38 | 4.65 | 21.68 | - |
| YUV | 59.1 | 168.01 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 130 | 0.65 | 0.60 | 0 | 0.49 | 235.71 | 0.48 | 0.35 |
| Hex | 2E | 34 | 82 | 41 | 3C | 0 | 31 | EC | 30 | 23 |
| Octal | 56 | 64 | 202 | 101 | 74 | 0 | 61 | 354 | 60 | 43 |
| Binary | 101110 | 110100 | 10000010 | 1000001 | 111100 | 0 | 110001 | 11101100 | 110000 | 100011 |
Color Harmonies of #2E3482
Complementary color
Monochromatic Colors of #2E3482
Black with #2E3482
Text Example
Text Example
White with #2E3482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3482; }
p { color: rgb(46,52,130); }
H1.HeaderClassName
{
color: #2E3482;
}
.AnyTagClassName
{
color: #2E3482;
}
</style>
background-color css
<style>
a { background-color: #2E3482; }
a { background-color: rgb(46,52,130); }
div.DivClassName
{
background-color: #2E3482;
}
.BgClassName
{
background-color: #2E3482;
}
</style>
border-color css
<style>
span { border-color: #2E3482; }
span { border-color: rgb(46,52,130); }
td.TdClassName
{
border-color: #2E3482;
}
.TagClassName
{
border-color: #2E3482;
}
</style>