Shades of Torea Bay #3B3E71
Tints of Torea Bay #3B3E71
RGB
CMYK
RGB Variations
Color information
#3B3E71 (or 0x3B3E71) is known color: Torea Bay. HEX triplet: 3B, 3E and 71. RGB value is (59,62,113). Sum of RGB (Red+Green+Blue) = 59+62+113=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B3E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3E71 is #C4C18E. Grayscale: #424242. Windows color (decimal): -12894607 or 7421499. OLE color: 7421499.
HSL color Cylindrical-coordinate representation of color #3B3E71: hue angle of 236.67º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B3E71 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 62 | 113 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.56 |
| HSL | 236.67º | 0.31% | 0.34% | - |
| HSV(B) | 236.67º | 0.48% | 0.44% | - |
| XYZ | 6.51 | 5.57 | 16.35 | - |
| YUV | 66.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 62 | 113 | 0.48 | 0.45 | 0 | 0.56 | 236.67 | 0.31 | 0.34 |
| Hex | 3B | 3E | 71 | 30 | 2D | 0 | 38 | ED | 1F | 22 |
| Octal | 73 | 76 | 161 | 60 | 55 | 0 | 70 | 355 | 37 | 42 |
| Binary | 111011 | 111110 | 1110001 | 110000 | 101101 | 0 | 111000 | 11101101 | 11111 | 100010 |
Color Harmonies of #3B3E71
Complementary color
Monochromatic Colors of #3B3E71
Black with #3B3E71
Text Example
Text Example
White with #3B3E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3E71; }
p { color: rgb(59,62,113); }
H1.HeaderClassName
{
color: #3B3E71;
}
.AnyTagClassName
{
color: #3B3E71;
}
</style>
background-color css
<style>
a { background-color: #3B3E71; }
a { background-color: rgb(59,62,113); }
div.DivClassName
{
background-color: #3B3E71;
}
.BgClassName
{
background-color: #3B3E71;
}
</style>
border-color css
<style>
span { border-color: #3B3E71; }
span { border-color: rgb(59,62,113); }
td.TdClassName
{
border-color: #3B3E71;
}
.TagClassName
{
border-color: #3B3E71;
}
</style>