Shades of Torea Bay #3B4074
Tints of Torea Bay #3B4074
RGB
CMYK
RGB Variations
Color information
#3B4074 (or 0x3B4074) is known color: Torea Bay. HEX triplet: 3B, 40 and 74. RGB value is (59,64,116). Sum of RGB (Red+Green+Blue) = 59+64+116=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B4074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4074 is #C4BF8B. Grayscale: #444444. Windows color (decimal): -12894092 or 7618619. OLE color: 7618619.
HSL color Cylindrical-coordinate representation of color #3B4074: hue angle of 234.74º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B4074 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 64 | 116 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.55 |
| HSL | 234.74º | 0.33% | 0.34% | - |
| HSV(B) | 234.74º | 0.49% | 0.45% | - |
| XYZ | 6.79 | 5.86 | 17.3 | - |
| YUV | 68.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 64 | 116 | 0.49 | 0.45 | 0 | 0.55 | 234.74 | 0.33 | 0.34 |
| Hex | 3B | 40 | 74 | 31 | 2D | 0 | 37 | EB | 21 | 22 |
| Octal | 73 | 100 | 164 | 61 | 55 | 0 | 67 | 353 | 41 | 42 |
| Binary | 111011 | 1000000 | 1110100 | 110001 | 101101 | 0 | 110111 | 11101011 | 100001 | 100010 |
Color Harmonies of #3B4074
Complementary color
Monochromatic Colors of #3B4074
Black with #3B4074
Text Example
Text Example
White with #3B4074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4074; }
p { color: rgb(59,64,116); }
H1.HeaderClassName
{
color: #3B4074;
}
.AnyTagClassName
{
color: #3B4074;
}
</style>
background-color css
<style>
a { background-color: #3B4074; }
a { background-color: rgb(59,64,116); }
div.DivClassName
{
background-color: #3B4074;
}
.BgClassName
{
background-color: #3B4074;
}
</style>
border-color css
<style>
span { border-color: #3B4074; }
span { border-color: rgb(59,64,116); }
td.TdClassName
{
border-color: #3B4074;
}
.TagClassName
{
border-color: #3B4074;
}
</style>