Shades of Torea Bay #393D76
Tints of Torea Bay #393D76
RGB
CMYK
RGB Variations
Color information
#393D76 (or 0x393D76) is known color: Torea Bay. HEX triplet: 39, 3D and 76. RGB value is (57,61,118). Sum of RGB (Red+Green+Blue) = 57+61+118=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #393D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D76 is #C6C289. Grayscale: #424242. Windows color (decimal): -13025930 or 7748921. OLE color: 7748921.
HSL color Cylindrical-coordinate representation of color #393D76: hue angle of 236.07º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #393D76 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 61 | 118 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.54 |
| HSL | 236.07º | 0.35% | 0.34% | - |
| HSV(B) | 236.07º | 0.52% | 0.46% | - |
| XYZ | 6.63 | 5.52 | 17.85 | - |
| YUV | 66.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 118 | 0.52 | 0.48 | 0 | 0.54 | 236.07 | 0.35 | 0.34 |
| Hex | 39 | 3D | 76 | 34 | 30 | 0 | 36 | EC | 23 | 22 |
| Octal | 71 | 75 | 166 | 64 | 60 | 0 | 66 | 354 | 43 | 42 |
| Binary | 111001 | 111101 | 1110110 | 110100 | 110000 | 0 | 110110 | 11101100 | 100011 | 100010 |
Color Harmonies of #393D76
Complementary color
Monochromatic Colors of #393D76
Black with #393D76
Text Example
Text Example
White with #393D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D76; }
p { color: rgb(57,61,118); }
H1.HeaderClassName
{
color: #393D76;
}
.AnyTagClassName
{
color: #393D76;
}
</style>
background-color css
<style>
a { background-color: #393D76; }
a { background-color: rgb(57,61,118); }
div.DivClassName
{
background-color: #393D76;
}
.BgClassName
{
background-color: #393D76;
}
</style>
border-color css
<style>
span { border-color: #393D76; }
span { border-color: rgb(57,61,118); }
td.TdClassName
{
border-color: #393D76;
}
.TagClassName
{
border-color: #393D76;
}
</style>