Shades of Torea Bay #2E3871
Tints of Torea Bay #2E3871
RGB
CMYK
RGB Variations
Color information
#2E3871 (or 0x2E3871) is known color: Torea Bay. HEX triplet: 2E, 38 and 71. RGB value is (46,56,113). Sum of RGB (Red+Green+Blue) = 46+56+113=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E3871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3871 is #D1C78E. Grayscale: #3B3B3B. Windows color (decimal): -13748111 or 7419950. OLE color: 7419950.
HSL color Cylindrical-coordinate representation of color #2E3871: hue angle of 231.04º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E3871 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 56 | 113 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.56 |
| HSL | 231.04º | 0.42% | 0.31% | - |
| HSV(B) | 231.04º | 0.59% | 0.44% | - |
| XYZ | 5.52 | 4.6 | 16.22 | - |
| YUV | 59.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 113 | 0.59 | 0.50 | 0 | 0.56 | 231.04 | 0.42 | 0.31 |
| Hex | 2E | 38 | 71 | 3B | 32 | 0 | 38 | E7 | 2A | 1F |
| Octal | 56 | 70 | 161 | 73 | 62 | 0 | 70 | 347 | 52 | 37 |
| Binary | 101110 | 111000 | 1110001 | 111011 | 110010 | 0 | 111000 | 11100111 | 101010 | 11111 |
Color Harmonies of #2E3871
Complementary color
Monochromatic Colors of #2E3871
Black with #2E3871
Text Example
Text Example
White with #2E3871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3871; }
p { color: rgb(46,56,113); }
H1.HeaderClassName
{
color: #2E3871;
}
.AnyTagClassName
{
color: #2E3871;
}
</style>
background-color css
<style>
a { background-color: #2E3871; }
a { background-color: rgb(46,56,113); }
div.DivClassName
{
background-color: #2E3871;
}
.BgClassName
{
background-color: #2E3871;
}
</style>
border-color css
<style>
span { border-color: #2E3871; }
span { border-color: rgb(46,56,113); }
td.TdClassName
{
border-color: #2E3871;
}
.TagClassName
{
border-color: #2E3871;
}
</style>