Shades of Torea Bay #2E357F
Tints of Torea Bay #2E357F
RGB
CMYK
RGB Variations
Color information
#2E357F (or 0x2E357F) is known color: Torea Bay. HEX triplet: 2E, 35 and 7F. RGB value is (46,53,127). Sum of RGB (Red+Green+Blue) = 46+53+127=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E357F is #D1CA80. Grayscale: #3B3B3B. Windows color (decimal): -13748865 or 8336686. OLE color: 8336686.
HSL color Cylindrical-coordinate representation of color #2E357F: hue angle of 234.81º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E357F is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 53 | 127 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.50 |
| HSL | 234.81º | 0.47% | 0.34% | - |
| HSV(B) | 234.81º | 0.64% | 0.5% | - |
| XYZ | 6.23 | 4.66 | 20.65 | - |
| YUV | 59.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 127 | 0.64 | 0.58 | 0 | 0.50 | 234.81 | 0.47 | 0.34 |
| Hex | 2E | 35 | 7F | 40 | 3A | 0 | 32 | EB | 2F | 22 |
| Octal | 56 | 65 | 177 | 100 | 72 | 0 | 62 | 353 | 57 | 42 |
| Binary | 101110 | 110101 | 1111111 | 1000000 | 111010 | 0 | 110010 | 11101011 | 101111 | 100010 |
Color Harmonies of #2E357F
Complementary color
Monochromatic Colors of #2E357F
Black with #2E357F
Text Example
Text Example
White with #2E357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E357F; }
p { color: rgb(46,53,127); }
H1.HeaderClassName
{
color: #2E357F;
}
.AnyTagClassName
{
color: #2E357F;
}
</style>
background-color css
<style>
a { background-color: #2E357F; }
a { background-color: rgb(46,53,127); }
div.DivClassName
{
background-color: #2E357F;
}
.BgClassName
{
background-color: #2E357F;
}
</style>
border-color css
<style>
span { border-color: #2E357F; }
span { border-color: rgb(46,53,127); }
td.TdClassName
{
border-color: #2E357F;
}
.TagClassName
{
border-color: #2E357F;
}
</style>