Shades of Torea Bay #2E3874
Tints of Torea Bay #2E3874
RGB
CMYK
RGB Variations
Color information
#2E3874 (or 0x2E3874) is known color: Torea Bay. HEX triplet: 2E, 38 and 74. RGB value is (46,56,116). Sum of RGB (Red+Green+Blue) = 46+56+116=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E3874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3874 is #D1C78B. Grayscale: #3B3B3B. Windows color (decimal): -13748108 or 7616558. OLE color: 7616558.
HSL color Cylindrical-coordinate representation of color #2E3874: hue angle of 231.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E3874 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 56 | 116 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.55 |
| HSL | 231.43º | 0.43% | 0.32% | - |
| HSV(B) | 231.43º | 0.6% | 0.45% | - |
| XYZ | 5.69 | 4.67 | 17.12 | - |
| YUV | 59.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 116 | 0.60 | 0.52 | 0 | 0.55 | 231.43 | 0.43 | 0.32 |
| Hex | 2E | 38 | 74 | 3C | 34 | 0 | 37 | E7 | 2B | 20 |
| Octal | 56 | 70 | 164 | 74 | 64 | 0 | 67 | 347 | 53 | 40 |
| Binary | 101110 | 111000 | 1110100 | 111100 | 110100 | 0 | 110111 | 11100111 | 101011 | 100000 |
Color Harmonies of #2E3874
Complementary color
Monochromatic Colors of #2E3874
Black with #2E3874
Text Example
Text Example
White with #2E3874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3874; }
p { color: rgb(46,56,116); }
H1.HeaderClassName
{
color: #2E3874;
}
.AnyTagClassName
{
color: #2E3874;
}
</style>
background-color css
<style>
a { background-color: #2E3874; }
a { background-color: rgb(46,56,116); }
div.DivClassName
{
background-color: #2E3874;
}
.BgClassName
{
background-color: #2E3874;
}
</style>
border-color css
<style>
span { border-color: #2E3874; }
span { border-color: rgb(46,56,116); }
td.TdClassName
{
border-color: #2E3874;
}
.TagClassName
{
border-color: #2E3874;
}
</style>