Shades of Torea Bay #2E357A
Tints of Torea Bay #2E357A
RGB
CMYK
RGB Variations
Color information
#2E357A (or 0x2E357A) is known color: Torea Bay. HEX triplet: 2E, 35 and 7A. RGB value is (46,53,122). Sum of RGB (Red+Green+Blue) = 46+53+122=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E357A is #D1CA85. Grayscale: #3A3A3A. Windows color (decimal): -13748870 or 8009006. OLE color: 8009006.
HSL color Cylindrical-coordinate representation of color #2E357A: hue angle of 234.47º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E357A is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 53 | 122 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.52 |
| HSL | 234.47º | 0.45% | 0.33% | - |
| HSV(B) | 234.47º | 0.62% | 0.48% | - |
| XYZ | 5.91 | 4.53 | 18.98 | - |
| YUV | 58.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 122 | 0.62 | 0.57 | 0 | 0.52 | 234.47 | 0.45 | 0.33 |
| Hex | 2E | 35 | 7A | 3E | 39 | 0 | 34 | EA | 2D | 21 |
| Octal | 56 | 65 | 172 | 76 | 71 | 0 | 64 | 352 | 55 | 41 |
| Binary | 101110 | 110101 | 1111010 | 111110 | 111001 | 0 | 110100 | 11101010 | 101101 | 100001 |
Color Harmonies of #2E357A
Complementary color
Monochromatic Colors of #2E357A
Black with #2E357A
Text Example
Text Example
White with #2E357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E357A; }
p { color: rgb(46,53,122); }
H1.HeaderClassName
{
color: #2E357A;
}
.AnyTagClassName
{
color: #2E357A;
}
</style>
background-color css
<style>
a { background-color: #2E357A; }
a { background-color: rgb(46,53,122); }
div.DivClassName
{
background-color: #2E357A;
}
.BgClassName
{
background-color: #2E357A;
}
</style>
border-color css
<style>
span { border-color: #2E357A; }
span { border-color: rgb(46,53,122); }
td.TdClassName
{
border-color: #2E357A;
}
.TagClassName
{
border-color: #2E357A;
}
</style>