Shades of Torea Bay #2E3385
Tints of Torea Bay #2E3385
RGB
CMYK
RGB Variations
Color information
#2E3385 (or 0x2E3385) is known color: Torea Bay. HEX triplet: 2E, 33 and 85. RGB value is (46,51,133). Sum of RGB (Red+Green+Blue) = 46+51+133=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E3385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3385 is #D1CC7A. Grayscale: #3A3A3A. Windows color (decimal): -13749371 or 8729390. OLE color: 8729390.
HSL color Cylindrical-coordinate representation of color #2E3385: hue angle of 236.55º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E3385 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 51 | 133 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.48 |
| HSL | 236.55º | 0.49% | 0.35% | - |
| HSV(B) | 236.55º | 0.65% | 0.52% | - |
| XYZ | 6.54 | 4.64 | 22.74 | - |
| YUV | 58.85 | 169.84 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 133 | 0.65 | 0.62 | 0 | 0.48 | 236.55 | 0.49 | 0.35 |
| Hex | 2E | 33 | 85 | 41 | 3E | 0 | 30 | ED | 31 | 23 |
| Octal | 56 | 63 | 205 | 101 | 76 | 0 | 60 | 355 | 61 | 43 |
| Binary | 101110 | 110011 | 10000101 | 1000001 | 111110 | 0 | 110000 | 11101101 | 110001 | 100011 |
Color Harmonies of #2E3385
Complementary color
Monochromatic Colors of #2E3385
Black with #2E3385
Text Example
Text Example
White with #2E3385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3385; }
p { color: rgb(46,51,133); }
H1.HeaderClassName
{
color: #2E3385;
}
.AnyTagClassName
{
color: #2E3385;
}
</style>
background-color css
<style>
a { background-color: #2E3385; }
a { background-color: rgb(46,51,133); }
div.DivClassName
{
background-color: #2E3385;
}
.BgClassName
{
background-color: #2E3385;
}
</style>
border-color css
<style>
span { border-color: #2E3385; }
span { border-color: rgb(46,51,133); }
td.TdClassName
{
border-color: #2E3385;
}
.TagClassName
{
border-color: #2E3385;
}
</style>