Shades of Torea Bay #393D77
Tints of Torea Bay #393D77
RGB
CMYK
RGB Variations
Color information
#393D77 (or 0x393D77) is known color: Torea Bay. HEX triplet: 39, 3D and 77. RGB value is (57,61,119). Sum of RGB (Red+Green+Blue) = 57+61+119=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #393D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D77 is #C6C288. Grayscale: #424242. Windows color (decimal): -13025929 or 7814457. OLE color: 7814457.
HSL color Cylindrical-coordinate representation of color #393D77: hue angle of 236.13º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #393D77 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 61 | 119 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.53 |
| HSL | 236.13º | 0.35% | 0.35% | - |
| HSV(B) | 236.13º | 0.52% | 0.47% | - |
| XYZ | 6.69 | 5.54 | 18.17 | - |
| YUV | 66.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 119 | 0.52 | 0.49 | 0 | 0.53 | 236.13 | 0.35 | 0.35 |
| Hex | 39 | 3D | 77 | 34 | 31 | 0 | 35 | EC | 23 | 23 |
| Octal | 71 | 75 | 167 | 64 | 61 | 0 | 65 | 354 | 43 | 43 |
| Binary | 111001 | 111101 | 1110111 | 110100 | 110001 | 0 | 110101 | 11101100 | 100011 | 100011 |
Color Harmonies of #393D77
Complementary color
Monochromatic Colors of #393D77
Black with #393D77
Text Example
Text Example
White with #393D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D77; }
p { color: rgb(57,61,119); }
H1.HeaderClassName
{
color: #393D77;
}
.AnyTagClassName
{
color: #393D77;
}
</style>
background-color css
<style>
a { background-color: #393D77; }
a { background-color: rgb(57,61,119); }
div.DivClassName
{
background-color: #393D77;
}
.BgClassName
{
background-color: #393D77;
}
</style>
border-color css
<style>
span { border-color: #393D77; }
span { border-color: rgb(57,61,119); }
td.TdClassName
{
border-color: #393D77;
}
.TagClassName
{
border-color: #393D77;
}
</style>