Shades of Torea Bay #2E3872
Tints of Torea Bay #2E3872
RGB
CMYK
RGB Variations
Color information
#2E3872 (or 0x2E3872) is known color: Torea Bay. HEX triplet: 2E, 38 and 72. RGB value is (46,56,114). Sum of RGB (Red+Green+Blue) = 46+56+114=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E3872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3872 is #D1C78D. Grayscale: #3B3B3B. Windows color (decimal): -13748110 or 7485486. OLE color: 7485486.
HSL color Cylindrical-coordinate representation of color #2E3872: hue angle of 231.18º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E3872 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 56 | 114 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.55 |
| HSL | 231.18º | 0.43% | 0.31% | - |
| HSV(B) | 231.18º | 0.6% | 0.45% | - |
| XYZ | 5.58 | 4.62 | 16.52 | - |
| YUV | 59.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 114 | 0.60 | 0.51 | 0 | 0.55 | 231.18 | 0.43 | 0.31 |
| Hex | 2E | 38 | 72 | 3C | 33 | 0 | 37 | E7 | 2A | 1F |
| Octal | 56 | 70 | 162 | 74 | 63 | 0 | 67 | 347 | 52 | 37 |
| Binary | 101110 | 111000 | 1110010 | 111100 | 110011 | 0 | 110111 | 11100111 | 101010 | 11111 |
Color Harmonies of #2E3872
Complementary color
Monochromatic Colors of #2E3872
Black with #2E3872
Text Example
Text Example
White with #2E3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3872; }
p { color: rgb(46,56,114); }
H1.HeaderClassName
{
color: #2E3872;
}
.AnyTagClassName
{
color: #2E3872;
}
</style>
background-color css
<style>
a { background-color: #2E3872; }
a { background-color: rgb(46,56,114); }
div.DivClassName
{
background-color: #2E3872;
}
.BgClassName
{
background-color: #2E3872;
}
</style>
border-color css
<style>
span { border-color: #2E3872; }
span { border-color: rgb(46,56,114); }
td.TdClassName
{
border-color: #2E3872;
}
.TagClassName
{
border-color: #2E3872;
}
</style>