Shades of Torea Bay #2E3684
Tints of Torea Bay #2E3684
RGB
CMYK
RGB Variations
Color information
#2E3684 (or 0x2E3684) is known color: Torea Bay. HEX triplet: 2E, 36 and 84. RGB value is (46,54,132). Sum of RGB (Red+Green+Blue) = 46+54+132=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E3684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3684 is #D1C97B. Grayscale: #3C3C3C. Windows color (decimal): -13748604 or 8664622. OLE color: 8664622.
HSL color Cylindrical-coordinate representation of color #2E3684: hue angle of 234.42º 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 #2E3684 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 54 | 132 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.48 |
| HSL | 234.42º | 0.48% | 0.35% | - |
| HSV(B) | 234.42º | 0.65% | 0.52% | - |
| XYZ | 6.61 | 4.89 | 22.42 | - |
| YUV | 60.5 | 168.35 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 132 | 0.65 | 0.59 | 0 | 0.48 | 234.42 | 0.48 | 0.35 |
| Hex | 2E | 36 | 84 | 41 | 3B | 0 | 30 | EA | 30 | 23 |
| Octal | 56 | 66 | 204 | 101 | 73 | 0 | 60 | 352 | 60 | 43 |
| Binary | 101110 | 110110 | 10000100 | 1000001 | 111011 | 0 | 110000 | 11101010 | 110000 | 100011 |
Color Harmonies of #2E3684
Complementary color
Monochromatic Colors of #2E3684
Black with #2E3684
Text Example
Text Example
White with #2E3684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3684; }
p { color: rgb(46,54,132); }
H1.HeaderClassName
{
color: #2E3684;
}
.AnyTagClassName
{
color: #2E3684;
}
</style>
background-color css
<style>
a { background-color: #2E3684; }
a { background-color: rgb(46,54,132); }
div.DivClassName
{
background-color: #2E3684;
}
.BgClassName
{
background-color: #2E3684;
}
</style>
border-color css
<style>
span { border-color: #2E3684; }
span { border-color: rgb(46,54,132); }
td.TdClassName
{
border-color: #2E3684;
}
.TagClassName
{
border-color: #2E3684;
}
</style>