Shades of Torea Bay #2E347C
Tints of Torea Bay #2E347C
RGB
CMYK
RGB Variations
Color information
#2E347C (or 0x2E347C) is known color: Torea Bay. HEX triplet: 2E, 34 and 7C. RGB value is (46,52,124). Sum of RGB (Red+Green+Blue) = 46+52+124=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E347C is #D1CB83. Grayscale: #3A3A3A. Windows color (decimal): -13749124 or 8139822. OLE color: 8139822.
HSL color Cylindrical-coordinate representation of color #2E347C: hue angle of 235.38º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E347C is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 52 | 124 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.51 |
| HSL | 235.38º | 0.46% | 0.33% | - |
| HSV(B) | 235.38º | 0.63% | 0.49% | - |
| XYZ | 5.99 | 4.49 | 19.62 | - |
| YUV | 58.41 | 165.01 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 124 | 0.63 | 0.58 | 0 | 0.51 | 235.38 | 0.46 | 0.33 |
| Hex | 2E | 34 | 7C | 3F | 3A | 0 | 33 | EB | 2E | 21 |
| Octal | 56 | 64 | 174 | 77 | 72 | 0 | 63 | 353 | 56 | 41 |
| Binary | 101110 | 110100 | 1111100 | 111111 | 111010 | 0 | 110011 | 11101011 | 101110 | 100001 |
Color Harmonies of #2E347C
Complementary color
Monochromatic Colors of #2E347C
Black with #2E347C
Text Example
Text Example
White with #2E347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E347C; }
p { color: rgb(46,52,124); }
H1.HeaderClassName
{
color: #2E347C;
}
.AnyTagClassName
{
color: #2E347C;
}
</style>
background-color css
<style>
a { background-color: #2E347C; }
a { background-color: rgb(46,52,124); }
div.DivClassName
{
background-color: #2E347C;
}
.BgClassName
{
background-color: #2E347C;
}
</style>
border-color css
<style>
span { border-color: #2E347C; }
span { border-color: rgb(46,52,124); }
td.TdClassName
{
border-color: #2E347C;
}
.TagClassName
{
border-color: #2E347C;
}
</style>