Shades of Torea Bay #393C72
Tints of Torea Bay #393C72
RGB
CMYK
RGB Variations
Color information
#393C72 (or 0x393C72) is known color: Torea Bay. HEX triplet: 39, 3C and 72. RGB value is (57,60,114). Sum of RGB (Red+Green+Blue) = 57+60+114=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #393C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C72 is #C6C38D. Grayscale: #414141. Windows color (decimal): -13026190 or 7486521. OLE color: 7486521.
HSL color Cylindrical-coordinate representation of color #393C72: hue angle of 236.84º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393C72 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 60 | 114 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.55 |
| HSL | 236.84º | 0.33% | 0.34% | - |
| HSV(B) | 236.84º | 0.5% | 0.45% | - |
| XYZ | 6.34 | 5.32 | 16.61 | - |
| YUV | 65.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 114 | 0.50 | 0.47 | 0 | 0.55 | 236.84 | 0.33 | 0.34 |
| Hex | 39 | 3C | 72 | 32 | 2F | 0 | 37 | ED | 21 | 22 |
| Octal | 71 | 74 | 162 | 62 | 57 | 0 | 67 | 355 | 41 | 42 |
| Binary | 111001 | 111100 | 1110010 | 110010 | 101111 | 0 | 110111 | 11101101 | 100001 | 100010 |
Color Harmonies of #393C72
Complementary color
Monochromatic Colors of #393C72
Black with #393C72
Text Example
Text Example
White with #393C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C72; }
p { color: rgb(57,60,114); }
H1.HeaderClassName
{
color: #393C72;
}
.AnyTagClassName
{
color: #393C72;
}
</style>
background-color css
<style>
a { background-color: #393C72; }
a { background-color: rgb(57,60,114); }
div.DivClassName
{
background-color: #393C72;
}
.BgClassName
{
background-color: #393C72;
}
</style>
border-color css
<style>
span { border-color: #393C72; }
span { border-color: rgb(57,60,114); }
td.TdClassName
{
border-color: #393C72;
}
.TagClassName
{
border-color: #393C72;
}
</style>