Shades of Torea Bay #2E3885
Tints of Torea Bay #2E3885
RGB
CMYK
RGB Variations
Color information
#2E3885 (or 0x2E3885) is known color: Torea Bay. HEX triplet: 2E, 38 and 85. RGB value is (46,56,133). Sum of RGB (Red+Green+Blue) = 46+56+133=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E3885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3885 is #D1C77A. Grayscale: #3D3D3D. Windows color (decimal): -13748091 or 8730670. OLE color: 8730670.
HSL color Cylindrical-coordinate representation of color #2E3885: hue angle of 233.1º 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 #2E3885 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 56 | 133 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.48 |
| HSL | 233.1º | 0.49% | 0.35% | - |
| HSV(B) | 233.1º | 0.65% | 0.52% | - |
| XYZ | 6.77 | 5.1 | 22.82 | - |
| YUV | 61.79 | 168.19 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 133 | 0.65 | 0.58 | 0 | 0.48 | 233.1 | 0.49 | 0.35 |
| Hex | 2E | 38 | 85 | 41 | 3A | 0 | 30 | E9 | 31 | 23 |
| Octal | 56 | 70 | 205 | 101 | 72 | 0 | 60 | 351 | 61 | 43 |
| Binary | 101110 | 111000 | 10000101 | 1000001 | 111010 | 0 | 110000 | 11101001 | 110001 | 100011 |
Color Harmonies of #2E3885
Complementary color
Monochromatic Colors of #2E3885
Black with #2E3885
Text Example
Text Example
White with #2E3885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3885; }
p { color: rgb(46,56,133); }
H1.HeaderClassName
{
color: #2E3885;
}
.AnyTagClassName
{
color: #2E3885;
}
</style>
background-color css
<style>
a { background-color: #2E3885; }
a { background-color: rgb(46,56,133); }
div.DivClassName
{
background-color: #2E3885;
}
.BgClassName
{
background-color: #2E3885;
}
</style>
border-color css
<style>
span { border-color: #2E3885; }
span { border-color: rgb(46,56,133); }
td.TdClassName
{
border-color: #2E3885;
}
.TagClassName
{
border-color: #2E3885;
}
</style>